Method | Description | |
---|---|---|
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.
|
|
SitecoreFieldStreamMapper ( ) : System |
Initializes a new instance of the SitecoreFieldStreamMapper class.
|
public GetField ( Sitecore field, |
||
field | Sitecore | The field. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
return | object |
public GetFieldValue ( string fieldValue, |
||
fieldValue | string | The field value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
return | object |
public SetField ( Sitecore field, object value, |
||
field | Sitecore | The field. |
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
return | void |
public SetFieldValue ( object value, |
||
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
return | string |
public SitecoreFieldStreamMapper ( ) : System | ||
return | System |