C# 클래스 Rock.Security.AuthEntityRule

파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
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