Interface IDiscardChangesCommand
Contract for discard changes commands.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface IDiscardChangesCommand : IDataCommand<IDiscardChangesContext, IDataCommandResult>, IDataCommand, IAsyncOperation, ISyncDataCommand<IDiscardChangesContext, IDataCommandResult>, ISyncDataCommand