C# Класс Rock.Security.AuthEntityRule

Показать файл Открыть проект

Открытые методы

Метод Описание
AuthEntityRule ( Auth auth ) : System

Initializes a new instance of the AuthEntityRule class.

AuthEntityRule ( int id, int entityTypeId, string action, int entityId, string allowOrDeny, SpecialRole specialRole, int personId, int personAliasId, int groupId, int order ) : System

Initializes a new instance of the AuthEntityRule class.

Описание методов

AuthEntityRule() публичный Метод

Initializes a new instance of the AuthEntityRule class.
public AuthEntityRule ( Auth auth ) : System
auth Auth The authentication.
Результат System

AuthEntityRule() публичный Метод

Initializes a new instance of the AuthEntityRule class.
public AuthEntityRule ( int id, int entityTypeId, string action, int entityId, string allowOrDeny, SpecialRole specialRole, int personId, int personAliasId, int groupId, int order ) : System
id int The identifier.
entityTypeId int The entity type identifier.
action string The action.
entityId int The entity identifier.
allowOrDeny string The allow or deny.
specialRole SpecialRole The special role.
personId int The person identifier.
personAliasId int The person alias identifier.
groupId int The group identifier.
order int The order.
Результат System