Метод | Описание | |
---|---|---|
CanHandle ( |
Indicates that the data mapper will mapper to and from the property
|
|
MapCmsToProperty ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : void |
Takes CMS data and writes it to the property
|
|
MapPropertyToCms ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : void |
Takes a Property value and writes it to a CMS value
|
|
MapToCms ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : void |
Maps data from the .Net property value to the CMS value
|
|
MapToProperty ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : object |
Maps data from the CMS value to the .Net property value
|
|
Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void |
Sets up the data mapper for a particular property
|
public abstract CanHandle ( |
||
configuration | The configuration. | |
context | Glass.Mapper.Context | The context. |
Результат | bool |
public MapCmsToProperty ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | Glass.Mapper.AbstractDataMappingContext | The mapping context. |
Результат | void |
public MapPropertyToCms ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | Glass.Mapper.AbstractDataMappingContext | The mapping context. |
Результат | void |
public abstract MapToCms ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | Glass.Mapper.AbstractDataMappingContext | The mapping context. |
Результат | void |
public abstract MapToProperty ( Glass.Mapper.AbstractDataMappingContext mappingContext ) : object | ||
mappingContext | Glass.Mapper.AbstractDataMappingContext | The mapping context. |
Результат | object |
public Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void | ||
args | Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs | The args. |
Результат | void |