Метод | Описание | |
---|---|---|
GetField ( Sitecore field, |
Gets the field.
|
|
GetFieldValue ( string fieldValue, |
Gets the field value.
|
|
SetField ( Sitecore field, object value, |
Sets the field.
|
|
SetFieldValue ( object value, |
Sets the field value.
|
|
SitecoreFieldStringMapper ( ) : System |
Initializes a new instance of the SitecoreFieldStringMapper class.
|
Метод | Описание | |
---|---|---|
GetResult ( Field field, bool isRichText ) : string | ||
RunPipeline ( Field field ) : string |
public GetField ( Sitecore field, |
||
field | Sitecore | The field. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | object |
public GetFieldValue ( string fieldValue, |
||
fieldValue | string | The field value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | object |
protected GetResult ( Field field, bool isRichText ) : string | ||
field | Field | |
isRichText | bool | |
Результат | string |
protected RunPipeline ( Field field ) : string | ||
field | Field | |
Результат | string |
public SetField ( Sitecore field, object value, |
||
field | Sitecore | The field. |
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | void |
public SetFieldValue ( object value, |
||
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
Результат | string |
public SitecoreFieldStringMapper ( ) : System | ||
Результат | System |