Table of Contents

Class Command

Namespace
Savvyio.Commands
Assembly
Savvyio.Commands.dll

Provides a default implementation of the ICommand interface.

public abstract class Command : Request, IEquatable<Request>, ICommand, IRequest, IMetadata, IEquatable<Command>
Inheritance
Object
Command
Implements
IEquatable<Request>
IEquatable<Command>
Inherited Members
Extension Methods

Constructors

Command(IMetadata)

Initializes a new instance of the Command class.

protected Command(IMetadata metadata = null)

Parameters

metadata IMetadata

The optional metadata to merge with this instance.

See Also