Method | Description | |
---|---|---|
CanHandle ( Mapper configuration, Context context ) : bool |
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
|
public CanHandle ( Mapper configuration, Context context ) : bool | ||
configuration | Mapper | The configuration. |
context | Context | The context. |
return | bool |
public GetFieldValue ( string fieldValue, |
||
fieldValue | string | The field value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
return | object |
public SetFieldValue ( object value, |
||
value | object | The value. |
config | The config. | |
context | SitecoreDataMappingContext | The context. |
return | string |
public Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void | ||
args | Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs | The args. |
return | void |