Method | Description | |
---|---|---|
Dispose ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
OnPropertyChanged ( [ propertyName = "" ) : void | ||
OnPropertyChanging ( [ propertyName = "" ) : void | ||
ViewModelBase ( string displayName = "" ) : System |
Method | Description | |
---|---|---|
CheckIfDisposed ( ) : void | ||
VerifyProperty ( string propertyName ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
protected OnPropertyChanged ( [ propertyName = "" ) : void | ||
propertyName | [ | |
return | void |
protected OnPropertyChanging ( [ propertyName = "" ) : void | ||
propertyName | [ | |
return | void |
protected ViewModelBase ( string displayName = "" ) : System | ||
displayName | string | |
return | System |