Метод | Описание | |
---|---|---|
GetCellForRowInTableView ( TableView tableView, int row ) : |
||
GetHeightForRowInTableView ( TableView tableView, int row ) : float | ||
GetNumberOfRowsForTableView ( TableView tableView ) : int | ||
GoNextScene ( ) : void |
Handler to go to next scene
|
|
Load ( ) : void | ||
LoadImage ( string filename ) : Sprite | ||
Login ( ) : void | ||
Save ( ) : void | ||
TextChanged ( ) : void |
Handler for text changed event to update view state
|
Метод | Описание | |
---|---|---|
InsertInventory ( ) : void | ||
OnInsertCompleted ( IRestResponse |
||
OnLoadCompleted ( IRestResponse |
||
OnLoginCompleted ( IRestResponse |
||
OnUpdateCompleted ( IRestResponse |
||
RecalculateInventoryItems ( ) : void |
Update inventory using input values
|
|
ReloadTableData ( ) : void |
Reloads table data
|
|
Start ( ) : void | ||
Update ( ) : void | ||
UpdateInventory ( ) : void | ||
UpdateUI ( ) : void |
Method to manage UI view state
|
public GetCellForRowInTableView ( TableView tableView, int row ) : |
||
tableView | TableView | |
row | int | |
Результат |
public GetHeightForRowInTableView ( TableView tableView, int row ) : float | ||
tableView | TableView | |
row | int | |
Результат | float |
public GetNumberOfRowsForTableView ( TableView tableView ) : int | ||
tableView | TableView | |
Результат | int |
public LoadImage ( string filename ) : Sprite | ||
filename | string | |
Результат | Sprite |