C# Class Model.AzureModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: TMCN/TechCafe-Vol-01

Public Methods

Method Description
GetItem ( int hand ) : Task
GetUserID ( string userName ) : Task
SetItem ( int hand ) : Task
SetUserId ( string userName ) : Task

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = "" ) : void

Method Details

GetItem() public method

public GetItem ( int hand ) : Task
hand int
return Task

GetUserID() public method

public GetUserID ( string userName ) : Task
userName string
return Task

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = "" ) : void
propertyName [
return void

SetItem() public method

public SetItem ( int hand ) : Task
hand int
return Task

SetUserId() public method

public SetUserId ( string userName ) : Task
userName string
return Task