C# Class PhotoProperty.Controllers.Manager

Show file Open project: peteratseneca/bti420winter2016 Class Usage Examples

Public Methods

Method Description
LoadData ( ) : bool
Manager ( ) : System
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
RoleClaimGetAllStrings ( ) : List
VehicleAdd ( VehicleAdd newItem ) : VehicleBase
VehicleGetAll ( ) : IEnumerable
VehicleGetById ( int id ) : VehicleBase
VehiclePhotoGetById ( int id ) : VehiclePhoto

Method Details

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

VehicleAdd() public method

public VehicleAdd ( VehicleAdd newItem ) : VehicleBase
newItem VehicleAdd
return VehicleBase

VehicleGetAll() public method

public VehicleGetAll ( ) : IEnumerable
return IEnumerable

VehicleGetById() public method

public VehicleGetById ( int id ) : VehicleBase
id int
return VehicleBase

VehiclePhotoGetById() public method

public VehiclePhotoGetById ( int id ) : VehiclePhoto
id int
return VehiclePhoto