Property | Type | Description | |
---|---|---|---|
_invalidMessage | string | ||
_propertyInfo |
Method | Description | |
---|---|---|
GetPropertyValue ( ) : object |
Return the Property Value for the Property being mapped.
|
|
ReflectionPropertyMapper ( string propertyName ) : System |
Creates a BOPropertyMapper for the specified property name/path.
|
|
SetPropertyValue ( object propValue ) : void |
Sets the BOProp that this mapper is mapped to the associated propValue
|
Method | Description | |
---|---|---|
CheckBusinessObjectSet ( string methodName ) : void | ||
ThrowPropertyNotFoundException ( IBusinessObject businessObject ) : void |
public ReflectionPropertyMapper ( string propertyName ) : System | ||
propertyName | string | The name of the property to be mapped (this could also be in the form of a path through single relationships on the BO). |
return | System |
public SetPropertyValue ( object propValue ) : void | ||
propValue | object | |
return | void |