Class EntityChangedEventArgs<TEntity>
Аргументы события об изменении системной сущности.
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: Lers
Assembly: Lers.Server.System.dll
Syntax
public class EntityChangedEventArgs<TEntity> : EntityEventArgs<TEntity>
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Constructors
EntityChangedEventArgs(EntityOperationType, TEntity)
Конструктор.
Declaration
public EntityChangedEventArgs(EntityOperationType operation, TEntity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| Lers.Common.EntityOperationType | operation | |
| TEntity | entity |
Properties
ChangedProperties
Список изменившихся свойств.
Declaration
public HashSet<string> ChangedProperties { get; }
Property Value
| Type | Description |
|---|---|
| HashSet<System.String> |
Operation
Действие, произведённое с объектом.
Declaration
public EntityOperationType Operation { get; }
Property Value
| Type | Description |
|---|---|
| Lers.Common.EntityOperationType |