C# Class VolTeer.BusinessLogicLayer.AspNet.AspNetRolesBLL

Mostra file Open project: CISC181/VolTeerNET

Public Methods

Method Description
AddRole ( String ApplicationName, String RoleName ) : void
DeleteRole ( String ApplicationName, String RoleName, System.Boolean bDeleteOnlyIfEmpty ) : int
ListAspNetRoles ( ) : List

Method Details

AddRole() public method

public AddRole ( String ApplicationName, String RoleName ) : void
ApplicationName String
RoleName String
return void

DeleteRole() public method

public DeleteRole ( String ApplicationName, String RoleName, System.Boolean bDeleteOnlyIfEmpty ) : int
ApplicationName String
RoleName String
bDeleteOnlyIfEmpty System.Boolean
return int

ListAspNetRoles() public method

public ListAspNetRoles ( ) : List
return List