C# Class LearnLanguages.Silverlight.ViewModels.ManageUsersViewModel

Inheritance: LearnLanguages.Common.ViewModelBases.PageViewModelBase, IDataErrorInfo
Exibir arquivo Open project: ibgib/LearnLanguages

Public Methods

Method Description
AddUser ( ) : System.Threading.Tasks.Task
ManageUsersViewModel ( ) : System.Windows
RemoveUser ( ) : System.Threading.Tasks.Task
this ( string propertyName ) : string

Protected Methods

Method Description
InitializePageViewModelPropertiesImpl ( ) : void

Method Details

AddUser() public method

public AddUser ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

InitializePageViewModelPropertiesImpl() protected method

protected InitializePageViewModelPropertiesImpl ( ) : void
return void

ManageUsersViewModel() public method

public ManageUsersViewModel ( ) : System.Windows
return System.Windows

RemoveUser() public method

public RemoveUser ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

this() public method

public this ( string propertyName ) : string
propertyName string
return string