C# Class EvolveApp.ViewModels.BaseViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: xamarin/mini-hacks Class Usage Examples

Public Methods

Method Description
BaseViewModel ( ) : System
SetPrivateBusy ( bool valueToSet ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Method Details

BaseViewModel() public method

public BaseViewModel ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void

SetPrivateBusy() public method

public SetPrivateBusy ( bool valueToSet ) : void
valueToSet bool
return void