Class ImportEntityEntry
Information about the import entity.
Inheritance
System.Object
ImportEntityEntry
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.IO.Import
Assembly: Kephas.Data.IO.dll
Syntax
public class ImportEntityEntry : IChangeStateTrackableEntityEntry, IChangeStateTrackable
Properties
| Improve this Doc View SourceChangeState
Gets or sets the state of the change.
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. |