C# 클래스 KBS2.Handlers.FloorHandler

파일 보기 프로젝트 열기: Railec/SE1cKBS2 1 사용 예제들

공개 메소드들

메소드 설명
AddFloor ( Floor floor ) : bool
DeleteFloor ( Floor floor ) : void
GetAllFloors ( ) : IList
GetFloorBy ( FloorMatchDelegate match ) : Floor
GetFloorsBy ( FloorMatchDelegate match ) : List
GetInstance ( ) : FloorHandler
LoadFromDatabase ( ) : void

비공개 메소드들

메소드 설명
EventFloorChanged ( object sender, EventArgs e ) : void
EventFloorCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
FloorHandler ( ) : System

메소드 상세

AddFloor() 공개 메소드

public AddFloor ( Floor floor ) : bool
floor Floor A floor object as a parameter of this method. It is being added to the list of floors.
리턴 bool

DeleteFloor() 공개 메소드

public DeleteFloor ( Floor floor ) : void
floor Floor Floor object which is needed for knowing which floor has to be deleted.
리턴 void

GetAllFloors() 공개 메소드

public GetAllFloors ( ) : IList
리턴 IList

GetFloorBy() 공개 메소드

public GetFloorBy ( FloorMatchDelegate match ) : Floor
match FloorMatchDelegate Checks if the floors are the same, or not.
리턴 Floor

GetFloorsBy() 공개 메소드

public GetFloorsBy ( FloorMatchDelegate match ) : List
match FloorMatchDelegate Checks if the floors are the same, or not.
리턴 List

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : FloorHandler
리턴 FloorHandler

LoadFromDatabase() 공개 메소드

public LoadFromDatabase ( ) : void
리턴 void