Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddRole ( |
||
AddUserToRole ( int roleId, string userName ) : void | ||
GetRole ( string name ) : |
||
RemoveRole ( string roleName, string userName ) : void | ||
Role ( ) : System | ||
RoleExists ( string name ) : bool |
public AddUserToRole ( int roleId, string userName ) : void | ||
roleId | int | |
userName | string | |
return | void |
public RemoveRole ( string roleName, string userName ) : void | ||
roleName | string | |
userName | string | |
return | void |
public static RoleExists ( string name ) : bool | ||
name | string | |
return | bool |