C# 클래스 NewDataModelSecuredOnAzure.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
CountryGetAll ( ) : IEnumerable
LoadDataCountry ( ) : bool
LoadDataManufacturer ( ) : bool
LoadDataVehicle ( ) : bool
Manager ( ) : System
ManufacturerGetAll ( ) : IEnumerable
ManufacturerGetAllWithDetail ( ) : IEnumerable
ManufacturerGetById ( int id ) : ManufacturerBase
ManufacturerGetByIdWithDetail ( int id ) : ManufacturerWithDetail
VehicleAdd ( VehicleAdd newItem ) : VehicleWithDetail
VehicleDelete ( int id ) : bool
VehicleEditMSRP ( VehicleEdit newItem ) : VehicleWithDetail
VehicleGetAll ( ) : IEnumerable
VehicleGetAllWithDetail ( ) : IEnumerable
VehicleGetById ( int id ) : VehicleBase
VehicleGetByIdWithDetail ( int id ) : VehicleWithDetail

메소드 상세

CountryGetAll() 공개 메소드

public CountryGetAll ( ) : IEnumerable
리턴 IEnumerable

LoadDataCountry() 공개 메소드

public LoadDataCountry ( ) : bool
리턴 bool

LoadDataManufacturer() 공개 메소드

public LoadDataManufacturer ( ) : bool
리턴 bool

LoadDataVehicle() 공개 메소드

public LoadDataVehicle ( ) : bool
리턴 bool

Manager() 공개 메소드

public Manager ( ) : System
리턴 System

ManufacturerGetAll() 공개 메소드

public ManufacturerGetAll ( ) : IEnumerable
리턴 IEnumerable

ManufacturerGetAllWithDetail() 공개 메소드

public ManufacturerGetAllWithDetail ( ) : IEnumerable
리턴 IEnumerable

ManufacturerGetById() 공개 메소드

public ManufacturerGetById ( int id ) : ManufacturerBase
id int
리턴 ManufacturerBase

ManufacturerGetByIdWithDetail() 공개 메소드

public ManufacturerGetByIdWithDetail ( int id ) : ManufacturerWithDetail
id int
리턴 ManufacturerWithDetail

VehicleAdd() 공개 메소드

public VehicleAdd ( VehicleAdd newItem ) : VehicleWithDetail
newItem VehicleAdd
리턴 VehicleWithDetail

VehicleDelete() 공개 메소드

public VehicleDelete ( int id ) : bool
id int
리턴 bool

VehicleEditMSRP() 공개 메소드

public VehicleEditMSRP ( VehicleEdit newItem ) : VehicleWithDetail
newItem VehicleEdit
리턴 VehicleWithDetail

VehicleGetAll() 공개 메소드

public VehicleGetAll ( ) : IEnumerable
리턴 IEnumerable

VehicleGetAllWithDetail() 공개 메소드

public VehicleGetAllWithDetail ( ) : IEnumerable
리턴 IEnumerable

VehicleGetById() 공개 메소드

public VehicleGetById ( int id ) : VehicleBase
id int
리턴 VehicleBase

VehicleGetByIdWithDetail() 공개 메소드

public VehicleGetByIdWithDetail ( int id ) : VehicleWithDetail
id int
리턴 VehicleWithDetail