All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
RoleIdentity Class Reference

Uniquely identifies the role. More...

Public Member Functions

 RoleIdentity ()
 Initializes a new instance of the RoleIdentity class. More...
 
 RoleIdentity (RoleIdentity roleIdentity)
 Initializes a new instance of the RoleIdentity class. More...
 

Properties

string DisplayName [get, set]
 Gets or sets the display name. More...
 
string Id [get, set]
 Gets or sets role id. More...
 
string Name [get, set]
 Gets or sets role name. More...
 

Description

Uniquely identifies the role.

Constructor & Destructor Documentation

Initializes a new instance of the RoleIdentity class.

RoleIdentity ( RoleIdentity  roleIdentity)

Initializes a new instance of the RoleIdentity class.

Parameters
roleIdentityThe role identity.

Property Documentation

string DisplayName
getset

Gets or sets the display name.

The display name.

string Id
getset

Gets or sets role id.

string Name
getset

Gets or sets role name.