Méthode | Description | |
---|---|---|
GeneralDataMapper ( |
Creates the Generalised Data Mapper with the appropriate targetType.
|
|
TryParsePropValue ( object valueToParse, object &returnValue ) : bool |
This method provides a the functionality to convert any object to the appropriate type for the particular BOProp Type. e.g it will convert a valid guid string to a valid Guid Object.
|
Méthode | Description | |
---|---|---|
CanConvertUsingTypeConverter ( object valueToParse ) : bool | ||
GetTypeConverter ( ) : |
public GeneralDataMapper ( |
||
targetType | The target type for mapping | |
Résultat | System |
public TryParsePropValue ( object valueToParse, object &returnValue ) : bool | ||
valueToParse | object | The value to be converted |
returnValue | object | |
Résultat | bool |