public class AclGenerationRuleCache : IAclGenerationRuleCache,
IDisposable
Public Class AclGenerationRuleCache
Implements IAclGenerationRuleCache, IDisposable
public ref class AclGenerationRuleCache : IAclGenerationRuleCache,
IDisposable
type AclGenerationRuleCache =
class
interface IAclGenerationRuleCache
interface IDisposable
end
AclGenerationRuleCache | Инициализирует новый экземпляр класса AclGenerationRuleCache |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetAllRulesAsync | Возвращает список всех правил расчёта ACL из кеша. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync(CancellationToken). |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetRuleAsync | Возвращает правило расчёта ACL из кеша. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync(CancellationToken). |
GetRulesByTriggerCardAsync | Возвращает все правила расчёта ACL, которые имеют триггер, срабатывающий при изменении указанной карточки. Производит инициализацию кеша, если он еще не был инициализирован, или был вызван метод InvalidateAsync(CancellationToken). |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAsync | Сбрасывает все правила расчёта ACL из кеша. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |