C# Class MyDriving.ViewModel.ProfileViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: Azure-Samples/MyDriving Class Usage Examples

Private Properties

Property Type Description
InitializeDrivingSkills void
UpdatePictureAsync System.Threading.Tasks.Task
UpdatePlacementBucket void

Public Methods

Method Description
ProfileViewModel ( ) : Microsoft.WindowsAzure.MobileServices
UpdateProfileAsync ( ) : Task

Private Methods

Method Description
InitializeDrivingSkills ( ) : void
UpdatePictureAsync ( ) : System.Threading.Tasks.Task
UpdatePlacementBucket ( int skills ) : void

Method Details

ProfileViewModel() public method

public ProfileViewModel ( ) : Microsoft.WindowsAzure.MobileServices
return Microsoft.WindowsAzure.MobileServices

UpdateProfileAsync() public method

public UpdateProfileAsync ( ) : Task
return Task