Class Command
Provides a default implementation of the ICommand interface.
public abstract record Command : Request, IEquatable<Request>, ICommand, IRequest, IMetadata, IEquatable<Command>
- Inheritance
-
objectCommand
- Implements
- 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.