C# Класс Glass.Mapper.Sc.DataMappers.SitecoreIdMapper

Class SitecoreIdMapper
Наследование: AbstractDataMapper
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CanHandle ( Mapper configuration, Context context ) : bool

Indicates that the data mapper will mapper to and from the property

MapToCms ( AbstractDataMappingContext mappingContext ) : void

Maps data from the .Net property value to the CMS value

MapToProperty ( AbstractDataMappingContext mappingContext ) : object

Maps data from the CMS value to the .Net property value

Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void
SitecoreIdMapper ( ) : System

Initializes a new instance of the SitecoreIdMapper class.

Описание методов

CanHandle() публичный Метод

Indicates that the data mapper will mapper to and from the property
public CanHandle ( Mapper configuration, Context context ) : bool
configuration Mapper The configuration.
context Context The context.
Результат bool

MapToCms() публичный Метод

Maps data from the .Net property value to the CMS value
public MapToCms ( AbstractDataMappingContext mappingContext ) : void
mappingContext AbstractDataMappingContext The mapping context.
Результат void

MapToProperty() публичный Метод

Maps data from the CMS value to the .Net property value
The type {0} on {0}.{1} is not supported by SitecoreIdMapper.Formatted /// (scConfig.PropertyInfo.ReflectedType.FullName, /// scConfig.PropertyInfo.Name)
public MapToProperty ( AbstractDataMappingContext mappingContext ) : object
mappingContext AbstractDataMappingContext The mapping context.
Результат object

Setup() публичный Метод

public Setup ( Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs args ) : void
args Glass.Mapper.Pipelines.DataMapperResolver.DataMapperResolverArgs
Результат void

SitecoreIdMapper() публичный Метод

Initializes a new instance of the SitecoreIdMapper class.
public SitecoreIdMapper ( ) : System
Результат System