Méthode | Description | |
---|---|---|
CanHandle ( |
Determines whether this instance can handle the specified configuration.
|
|
GetFieldValue ( string fieldValue, |
Gets the field value.
|
|
SetFieldValue ( object value, |
Sets the field value.
|
|
Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void |
Sets up the data mapper for a particular property
|
|
SitecoreFieldDictionaryMapper ( ) : System |
Initializes a new instance of the SitecoreFieldDictionaryMapper class.
|
Méthode | Description | |
---|---|---|
GetMapper ( |
public CanHandle ( |
||
configuration | The configuration. | |
context | Glass.Mapper.Context | The context. |
Résultat | bool |
public GetFieldValue ( string fieldValue, |
||
fieldValue | string | The field value. |
config | The config. | |
context | The context. | |
Résultat | object |
public SetFieldValue ( object value, |
||
value | object | The value. |
config | The config. | |
context | The context. | |
Résultat | string |
public Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void | ||
args | Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs | The args. |
Résultat | void |
public SitecoreFieldDictionaryMapper ( ) : System | ||
Résultat | System |