Roles Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddUsersToRole |
Adds the specified users to the specified role.
|
| AddUsersToRoles |
Adds the specified users to the specified roles.
|
| AddUserToRole |
Adds the specified user to the specified role.
|
| AddUserToRoles |
Adds the specified user to the specified roles.
|
| CreateRole |
Adds a new role to the data source.
|
| DeleteCookie |
Deletes the cookie where role names are cached.
|
| DeleteRole |
Overloaded.
Removes a role from the data source.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| FindUsersInRole |
Gets a list of users in a specified role where the user name contains the specified user name to match.
|
| GetAllRoles |
Gets a list of all the roles for the application.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetRolesForUser |
Overloaded.
Gets a list of the roles that a user is in.
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| GetUsersInRole |
Gets a list of users in the specified role.
|
| IsUserInRole |
Overloaded.
Gets a value indicating whether a user is in the specified role.
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| RemoveUserFromRole |
Removes the specified user from the specified role.
|
| RemoveUserFromRoles |
Removes the specified user from the specified roles.
|
| RemoveUsersFromRole |
Removes the specified users from the specified role.
|
| RemoveUsersFromRoles |
Removes the specified user names from the specified roles.
|
| RoleExists |
Gets a value indicating whether the specified role name already exists in the role data source.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Community Additions
ADD
Show: