Click or drag to resize

EntityChangedEventArgsT Structure

Arguments for entity changed notification event.

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

Type Parameters

T

The EntityChangedEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEntity
Changed entity.
Public propertyEventType
Entity changed event type.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also