Méthode | Description | |
---|---|---|
GetFieldValue ( string fieldValue, Configuration config, SitecoreDataMappingContext context ) : object |
Gets the field value.
|
|
SetFieldValue ( object value, Configuration config, SitecoreDataMappingContext context ) : string |
Sets the field value.
|
|
SitecoreFieldDateTimeMapper ( ) : System |
Initializes a new instance of the SitecoreFieldDateTimeMapper class.
|
public GetFieldValue ( string fieldValue, Configuration config, SitecoreDataMappingContext context ) : object | ||
fieldValue | string | The field value. |
config | Configuration | The config. |
context | SitecoreDataMappingContext | The context. |
Résultat | object |
public SetFieldValue ( object value, Configuration config, SitecoreDataMappingContext context ) : string | ||
value | object | The value. |
config | Configuration | The config. |
context | SitecoreDataMappingContext | The context. |
Résultat | string |
public SitecoreFieldDateTimeMapper ( ) : System | ||
Résultat | System |