Click or drag to resize

ChangedEntityT Structure

Information about changed entity.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Resto.Front.Api.Data.CommonChangedEntityT

Namespace: Resto.Front.Api.Data.Common
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public struct ChangedEntity<T>
where T : class, IVersionedEntity

Type Parameters

T

The ChangedEntityT type exposes the following members.

Constructors
 NameDescription
Public methodChangedEntityT Ctor.
Top
Properties
 NameDescription
Public propertyEntity Changed entity. null if the entity has been permanently removed.
Public propertyId Changed entity identifier.
Public propertyRevision Incremental version of the entity.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also