Method | Description | |
---|---|---|
GetValue ( object source, object &value, string &valueAccessFailureMessage ) : bool |
Gets the value.
|
|
PropertyValidatorValueAccess ( string propertyName ) : System |
Initializes a new instance of the T:PropertyValidatorValueAccess class.
|
public GetValue ( object source, object &value, string &valueAccessFailureMessage ) : bool | ||
source | object | The source. |
value | object | The value. |
valueAccessFailureMessage | string | The value access failure message. |
return | bool |
public PropertyValidatorValueAccess ( string propertyName ) : System | ||
propertyName | string | Name of the property. |
return | System |