C# Class Watchdog.Examples.ViewModels.PasswordViewModel

Inheritance: INotifyPropertyChanged
Mostra file Open project: JDolinger/Watchdog

Public Methods

Method Description
PasswordViewModel ( ) : System.Collections.ObjectModel

Protected Methods

Method Description
RaisePropertyChanged ( string name ) : void

Private Methods

Method Description
ValidatePasswords ( ) : void

Method Details

PasswordViewModel() public method

public PasswordViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string name ) : void
name string
return void