Share via


RoleEntity Class

 

Represents the role entity of the provider.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Inheritance Hierarchy

System.Object
  System.Web.Providers.Entities.RoleEntity

Syntax

[TableAttribute("Roles")]
public class RoleEntity
[TableAttribute("Roles")]
public ref class RoleEntity 
[<TableAttribute("Roles")>]
type RoleEntity = class end
<TableAttribute("Roles")>
Public Class RoleEntity

Constructors

Name Description
System_CAPS_pubmethod RoleEntity()

Initializes a new instance of the RoleEntity class.

Properties

Name Description
System_CAPS_pubproperty Application

Gets or sets the application associated with the provider.

System_CAPS_pubproperty ApplicationId

Gets or sets the application identifier.

System_CAPS_pubproperty Description

Gets or sets the description of the role entity.

System_CAPS_pubproperty RoleId

Gets or sets the role identifier.

System_CAPS_pubproperty RoleName

Gets or sets the name of the role.

System_CAPS_pubproperty UsersInRoles

Gets or sets the collection of users currently in the role.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top