메소드 | 설명 | |
---|---|---|
AddFloor ( Floor floor ) : bool | ||
DeleteFloor ( Floor floor ) : void | ||
GetAllFloors ( ) : IList | ||
GetFloorBy ( FloorMatchDelegate match ) : Floor | ||
GetFloorsBy ( FloorMatchDelegate match ) : List |
||
GetInstance ( ) : |
||
LoadFromDatabase ( ) : void |
메소드 | 설명 | |
---|---|---|
EventFloorChanged ( object sender, |
||
EventFloorCollectionChanged ( object sender, |
||
FloorHandler ( ) : System |
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 |
public DeleteFloor ( Floor floor ) : void | ||
floor | Floor | Floor object which is needed for knowing which floor has to be deleted. |
리턴 | void |
public GetFloorBy ( FloorMatchDelegate match ) : Floor | ||
match | FloorMatchDelegate | Checks if the floors are the same, or not. |
리턴 | Floor |
public GetFloorsBy ( FloorMatchDelegate match ) : List |
||
match | FloorMatchDelegate | Checks if the floors are the same, or not. |
리턴 | List |