C# Class Model.AzureModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: TMCN/TechCafe-Vol-01

Méthodes publiques

Méthode Description
GetItem ( int hand ) : Task
GetUserID ( string userName ) : Task
SetItem ( int hand ) : Task
SetUserId ( string userName ) : Task

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = "" ) : void

Method Details

GetItem() public méthode

public GetItem ( int hand ) : Task
hand int
Résultat Task

GetUserID() public méthode

public GetUserID ( string userName ) : Task
userName string
Résultat Task

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = "" ) : void
propertyName [
Résultat void

SetItem() public méthode

public SetItem ( int hand ) : Task
hand int
Résultat Task

SetUserId() public méthode

public SetUserId ( string userName ) : Task
userName string
Résultat Task