Method | Description | |
---|---|---|
GetValue ( Expression, property ) : U, | ||
RaisePropertyChangedEvent ( string propertyName ) : void | ||
RaisePropertyChangedEvent ( Expression, property ) : void | ||
SetPropertyValue ( Expression, property, value ) : void |
Method | Description | |
---|---|---|
GetPropertyName ( Expression, property ) : string | ||
GetValue ( string propertyName ) : U, |
protected GetValue ( Expression, property ) : U, | ||
property | Expression, | |
return | U, |
protected RaisePropertyChangedEvent ( string propertyName ) : void | ||
propertyName | string | |
return | void |
protected RaisePropertyChangedEvent ( Expression, property ) : void | ||
property | Expression, | |
return | void |
protected SetPropertyValue ( Expression, property, value ) : void | ||
property | Expression, | |
return | void |