C# Class Dan.IdentityNPocoStores.Core.IdentityRole

Show file Open project: danclarke/AspNetIdentity3NPOCODataStores Class Usage Examples

Public Methods

Method Description
IdentityRole ( ) : System

Constructor

IdentityRole ( string roleName ) : System

Constructor

ToString ( ) : string

Returns a friendly name

Method Details

IdentityRole() public method

Constructor
public IdentityRole ( ) : System
return System

IdentityRole() public method

Constructor
public IdentityRole ( string roleName ) : System
roleName string Initial name for role
return System

ToString() public method

Returns a friendly name
public ToString ( ) : string
return string