Interface ICreateEntityCommand
Application service contract for commands creating an entity.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface ICreateEntityCommand : IDataCommand<ICreateEntityContext, ICreateEntityResult>, IDataCommand, IAsyncOperation