C# Class Carrotware.CMS.Core.UserRole

Mostrar archivo Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Private Properties

Property Type Description
UserRole System

Public Methods

Method Description
GetMembers ( ) : List
Save ( ) : void
UserRole ( ) : System
UserRole ( string roleName ) : System
UserRole ( string roleName, string roleID ) : System

Private Methods

Method Description
UserRole ( membership_Role role ) : System

Method Details

GetMembers() public method

public GetMembers ( ) : List
return List

Save() public method

public Save ( ) : void
return void

UserRole() public method

public UserRole ( ) : System
return System

UserRole() public method

public UserRole ( string roleName ) : System
roleName string
return System

UserRole() public method

public UserRole ( string roleName, string roleID ) : System
roleName string
roleID string
return System