Table of Contents

Class CollectionCommand<TEntity>

Namespace
TypedRest.CommandLine.Commands.Generic
Assembly
TypedRest.CommandLine.dll

Command operating on a ICollectionEndpoint<TEntity>.

public class CollectionCommand<TEntity> : CollectionCommand<TEntity, IElementEndpoint<TEntity>, ElementCommand<TEntity>>, IEndpointCommand where TEntity : class

Type Parameters

TEntity

The type of entity the endpoint represents.

Inheritance
CollectionCommand<TEntity>
Implements
Inherited Members

Constructors

CollectionCommand(ICollectionEndpoint<TEntity>)

Command operating on a ICollectionEndpoint<TEntity>.

public CollectionCommand(ICollectionEndpoint<TEntity> endpoint)

Parameters

endpoint ICollectionEndpoint<TEntity>

The endpoint this command operates on.