Table of Contents

ICommand Interface

Definition

Namespace
Savvyio.Commands
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Commands/ICommand.cs

A marker interface that specifies an intention to do something (e.g. change the state).

public interface ICommand : IRequest, IMetadata
Inherited Members
Extension Methods