Table of Contents

Class StreamingCollectionCommand<TEntity>

Namespace
TypedRest.CommandLine.Commands.Reactive
Assembly
TypedRest.CommandLine.dll

Command operating on a IStreamingCollectionEndpoint<TEntity>.

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

Type Parameters

TEntity

The type of entity the endpoint represents.

Inheritance
StreamingCollectionCommand<TEntity>
Implements
Inherited Members

Constructors

StreamingCollectionCommand(IStreamingCollectionEndpoint<TEntity>)

Command operating on a IStreamingCollectionEndpoint<TEntity>.

public StreamingCollectionCommand(IStreamingCollectionEndpoint<TEntity> endpoint)

Parameters

endpoint IStreamingCollectionEndpoint<TEntity>

The endpoint this command operates on.