Class DtoPersistChangesCommand
A persist changes command for DTOs.
Inheritance
System.Object
DtoPersistChangesCommand
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Client.DTO
Assembly: Kephas.Data.Client.dll
Syntax
[DataContextType(typeof(DtoDataContext))]
public class DtoPersistChangesCommand : PersistChangesCommand, ILoggable, IPersistChangesCommand, IDataCommand<IPersistChangesContext, IDataCommandResult>, IDataCommand, IAsyncOperation
Constructors
| Improve this Doc View SourceDtoPersistChangesCommand()
Initializes a new instance of the DtoPersistChangesCommand class.
Declaration
public DtoPersistChangesCommand()
Remarks
The DTO entities do not need behaviors for persistence.