C# Class LoadDataFromCSV.Controllers.Manager

Mostra file Open project: peteratseneca/bti420winter2016 Class Usage Examples

Public Methods

Method Description
EmployeeGetAll ( ) : IEnumerable
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
RoleClaimGetAllStrings ( ) : List

Method Details

EmployeeGetAll() public method

public EmployeeGetAll ( ) : IEnumerable
return IEnumerable

LoadData() public method

public LoadData ( ) : bool
return bool

Manager() public method

public Manager ( ) : System
return System

RemoveData() public method

public RemoveData ( ) : bool
return bool

RemoveDatabase() public method

public RemoveDatabase ( ) : bool
return bool

RoleClaimGetAllStrings() public method

public RoleClaimGetAllStrings ( ) : List
return List