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
-
IndexerCommand<ICollectionEndpoint<TEntity, IElementEndpoint<TEntity>>, IElementEndpoint<TEntity>, ElementCommand<TEntity>>CollectionCommand<TEntity, ICollectionEndpoint<TEntity, IElementEndpoint<TEntity>>, IElementEndpoint<TEntity>, ElementCommand<TEntity>>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.