Table of Contents

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 Operation
entityType EntityType
entityId int

Returns

bool

Subscribe(Operation, EntityType, int)

Добавляем подписку на событие.

public bool Subscribe(Operation operation, EntityType entityType, int entityId)

Parameters

operation Operation
entityType EntityType
entityId int

Returns

bool

Unsubscribe(Operation, EntityType, int)

public bool Unsubscribe(Operation operation, EntityType entityType, int entityId)

Parameters

operation Operation
entityType EntityType
entityId int

Returns

bool