C# Class Rock.Security.AuthEntityRule

Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
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.

Method Details

AuthEntityRule() public méthode

Initializes a new instance of the AuthEntityRule class.
public AuthEntityRule ( Auth auth ) : System
auth Auth The authentication.
Résultat System

AuthEntityRule() public méthode

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.
Résultat System