Method | Description | |
---|---|---|
OnPropertyChanged ( string _sPropertyName = null ) : void |
Method | Description | |
---|---|---|
SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool | ||
SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool |
public OnPropertyChanged ( string _sPropertyName = null ) : void | ||
_sPropertyName | string | |
return | void |
protected SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool | ||
_sPropertyName | string | |
return | bool |
protected SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool | ||
_sPropertyName | string | |
return | bool |