RoleEntity Class

 

Represents the role entity of the provider.

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

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

[TableAttribute("Roles")]
public class RoleEntity

NameDescription
System_CAPS_pubmethodRoleEntity()

Initializes a new instance of the RoleEntity class.

NameDescription
System_CAPS_pubpropertyApplication

Gets or sets the application associated with the provider.

System_CAPS_pubpropertyApplicationId

Gets or sets the application identifier.

System_CAPS_pubpropertyDescription

Gets or sets the description of the role entity.

System_CAPS_pubpropertyRoleId

Gets or sets the role identifier.

System_CAPS_pubpropertyRoleName

Gets or sets the name of the role.

System_CAPS_pubpropertyUsersInRoles

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: