Метод | Описание | |
---|---|---|
AbstractSitecoreFieldMapper ( ) : System |
Initializes a new instance of the AbstractSitecoreFieldMapper class.
|
|
CanHandle ( Mapper configuration, Context context ) : bool |
Indicates that the data mapper will mapper to and from the property
|
|
GetField ( Field field, |
Gets the field.
|
|
GetFieldValue ( string fieldValue, |
Gets the field value.
|
|
MapCmsToProperty ( AbstractDataMappingContext mappingContext ) : void | ||
MapPropertyToCms ( AbstractDataMappingContext mappingContext ) : void | ||
MapToCms ( AbstractDataMappingContext mappingContext ) : void |
Maps data from the .Net property value to the CMS value
|
|
MapToProperty ( AbstractDataMappingContext mappingContext ) : object |
Maps data from the CMS value to the .Net property value
|
|
SetField ( Field field, object value, |
Sets the field.
|
|
SetFieldValue ( object value, |
Sets the field value.
|
|
Setup ( Mapper args ) : void |
public AbstractSitecoreFieldMapper ( ) : System | ||
Результат | System |
public CanHandle ( Mapper configuration, Context context ) : bool | ||
configuration | Mapper | The configuration. |
context | Context | The context. |
Результат | bool |
public GetField ( Field field, |
||
field | Field | The field. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | object |
public abstract GetFieldValue ( string fieldValue, |
||
fieldValue | string | The field value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | object |
public MapCmsToProperty ( AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | AbstractDataMappingContext | |
Результат | void |
public MapPropertyToCms ( AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | AbstractDataMappingContext | |
Результат | void |
public MapToCms ( AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | AbstractDataMappingContext | The mapping context. |
Результат | void |
public MapToProperty ( AbstractDataMappingContext mappingContext ) : object | ||
mappingContext | AbstractDataMappingContext | The mapping context. |
Результат | object |
public SetField ( Field field, object value, |
||
field | Field | The field. |
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | void |
public abstract SetFieldValue ( object value, |
||
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | string |