C# Class MonoMobile.Views.ViewModel

Inheritance: IViewModel
Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetDataModel() public méthode

public GetDataModel ( ) : object
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public méthode

public Load ( string key ) : string
key string
Résultat string

Load() public static méthode

public static Load ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Save() public static méthode

public static Save ( string key, string value ) : void
key string
value string
Résultat void

SetDataModel() public méthode

public SetDataModel ( object dataModel ) : void
dataModel object
Résultat void