Method | Description | |
---|---|---|
AddFloor ( Floor floor ) : bool | ||
DeleteFloor ( Floor floor ) : void | ||
GetAllFloors ( ) : IList | ||
GetFloorBy ( FloorMatchDelegate match ) : Floor | ||
GetFloorsBy ( FloorMatchDelegate match ) : List |
||
GetInstance ( ) : |
||
LoadFromDatabase ( ) : void |
Method | Description | |
---|---|---|
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. |
return | bool |
public DeleteFloor ( Floor floor ) : void | ||
floor | Floor | Floor object which is needed for knowing which floor has to be deleted. |
return | void |
public GetFloorBy ( FloorMatchDelegate match ) : Floor | ||
match | FloorMatchDelegate | Checks if the floors are the same, or not. |
return | Floor |
public GetFloorsBy ( FloorMatchDelegate match ) : List |
||
match | FloorMatchDelegate | Checks if the floors are the same, or not. |
return | List |