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
-
ObjectCommand
- Inherited Members
- Extension Methods
Constructors
Command(IMetadata)
Initializes a new instance of the Command class.
protected Command(IMetadata metadata = null)
Parameters
metadata
IMetadataThe optional metadata to merge with this instance.