Class EntitySubscriber
- Namespace
- Lers.UserSessions
- Assembly
- Lers.Models.dll
Отвечает за подписку сеанса работы пользователя на различные события..
public class EntitySubscriber
- Inheritance
-
EntitySubscriber
- Inherited Members
- Extension Methods
Methods
Contains(Operation, EntityType, int)
public bool Contains(Operation operation, EntityType entityType, int entityId)
Parameters
operation
OperationentityType
EntityTypeentityId
int
Returns
Subscribe(Operation, EntityType, int)
Добавляем подписку на событие.
public bool Subscribe(Operation operation, EntityType entityType, int entityId)
Parameters
operation
OperationentityType
EntityTypeentityId
int
Returns
Unsubscribe(Operation, EntityType, int)
public bool Unsubscribe(Operation operation, EntityType entityType, int entityId)
Parameters
operation
OperationentityType
EntityTypeentityId
int