메소드 | 설명 | |
---|---|---|
AuthRule ( Rock.CMS.Auth auth ) : System |
Initializes a new instance of the AuthRule class.
|
|
AuthRule ( int id, int entityId, string allowOrDeny, SpecialRole specialRole, int personId, int personAliasId, int groupId, int order ) : System |
Initializes a new instance of the AuthRule class.
|
public AuthRule ( Rock.CMS.Auth auth ) : System | ||
auth | Rock.CMS.Auth | The auth. |
리턴 | System |
public AuthRule ( int id, int entityId, string allowOrDeny, SpecialRole specialRole, int personId, int personAliasId, int groupId, int order ) : System | ||
id | int | The id. |
entityId | int | The entity id. |
allowOrDeny | string | Allow or Deny ("A" or "D"). |
specialRole | SpecialRole | The special role. |
personId | int | The person identifier. |
personAliasId | int | The person alias id. |
groupId | int | The group id. |
order | int | The order. |
리턴 | System |