C# Class MonoMobile.Views.ViewModel

Inheritance: IViewModel
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
GetDataModel ( ) : object
Initialize ( ) : void
Load ( string key ) : string
Load ( string key, string defaultValue ) : string
Refresh ( ) : void
Save ( string key, string value ) : void
SetDataModel ( object dataModel ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetDataModel() public method

public GetDataModel ( ) : object
return object

Initialize() public method

public Initialize ( ) : void
return void

Load() public method

public Load ( string key ) : string
key string
return string

Load() public static method

public static Load ( string key, string defaultValue ) : string
key string
defaultValue string
return string

Refresh() public method

public Refresh ( ) : void
return void

Save() public static method

public static Save ( string key, string value ) : void
key string
value string
return void

SetDataModel() public method

public SetDataModel ( object dataModel ) : void
dataModel object
return void