Table of Contents

Class NodeExtensions

Namespace
Lers.Administration
Assembly
Lers.System.dll

Содержит методы расширения для объектов учёта, которые связаны с администрированием.

public static class NodeExtensions
Inheritance
NodeExtensions
Inherited Members

Methods

GetGrantedAccounts(Node)

Асинхронно возвращает учётные записи, которые имеют доступ к объекту учёта.

public static Task<GrantedNodeAccounts> GetGrantedAccounts(this Node node)

Parameters

node Node

Returns

Task<GrantedNodeAccounts>