Class DtoEntityEntry
DTO holding information about the entity.
Inheritance
System.Object
DtoEntityEntry
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.Capabilities
Assembly: Kephas.Data.Client.dll
Syntax
public class DtoEntityEntry : IChangeStateTrackableEntityEntry, IChangeStateTrackable
Properties
| Improve this Doc View SourceChangeState
Gets or sets the change state of the entity.
Declaration
public ChangeState ChangeState { get; set; }
Property Value
Type | Description |
---|---|
ChangeState | The change state. |
Entity
Gets or sets the entity.
Declaration
public object Entity { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The entity. |
EntityTypeName
Gets or sets the name of the entity type.
Declaration
public string EntityTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the entity type. |
OriginalEntityId
Gets or sets the original identifier of the entity.
Declaration
public object OriginalEntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The original identifier of the entity. |
Remarks
In case of server generated IDs, the client sets a temporary ID which it needs to synchronize the internal cache after persisting.