Метод | Описание | |
---|---|---|
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. |
Результат | object |
public SetFieldValue ( object value, Configuration config, SitecoreDataMappingContext context ) : string | ||
value | object | The value. |
config | Configuration | The config. |
context | SitecoreDataMappingContext | The context. |
Результат | string |
public SitecoreFieldDateTimeMapper ( ) : System | ||
Результат | System |