Show / Hide Table of Contents

Class DtoEntityEntry

DTO holding information about the entity.

Inheritance
System.Object
DtoEntityEntry
Implements
IChangeStateTrackableEntityEntry
IChangeStateTrackable
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 Source

ChangeState

Gets or sets the change state of the entity.

Declaration
public ChangeState ChangeState { get; set; }
Property Value
Type Description
ChangeState

The change state.

| Improve this Doc View Source

Entity

Gets or sets the entity.

Declaration
public object Entity { get; set; }
Property Value
Type Description
System.Object

The entity.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IChangeStateTrackableEntityEntry
IChangeStateTrackable

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX