C# Class Rock.Security.AuthEntityRule

Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method 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 method

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

AuthEntityRule() public method

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.
return System