RoleEntity Class
Represents the role entity of the provider.
Assembly: System.Web.Providers (in System.Web.Providers.dll)
| Name | Description | |
|---|---|---|
![]() | RoleEntity() | Initializes a new instance of the RoleEntity class. |
| Name | Description | |
|---|---|---|
![]() | Application | Gets or sets the application associated with the provider. |
![]() | ApplicationId | Gets or sets the application identifier. |
![]() | Description | Gets or sets the description of the role entity. |
![]() | RoleId | Gets or sets the role identifier. |
![]() | RoleName | Gets or sets the name of the role. |
![]() | UsersInRoles | Gets or sets the collection of users currently in the role. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


