C# Класс Glass.Mapper.Sc.Configuration.Attributes.SitecoreInfoAttribute

Class SitecoreInfoAttribute
Наследование: Glass.Mapper.Configuration.Attributes.InfoAttribute
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Configure ( PropertyInfo propertyInfo ) : Mapper.Configuration.AbstractPropertyConfiguration

Configures the specified property info.

Configure ( PropertyInfo propertyInfo, SitecoreInfoConfiguration config ) : void

Configures the specified property info.

SitecoreInfoAttribute ( ) : System.Reflection

Initializes a new instance of the SitecoreInfoAttribute class.

SitecoreInfoAttribute ( SitecoreInfoType infoType ) : System.Reflection

Initializes a new instance of the SitecoreInfoAttribute class.

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

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

Configures the specified property info.
public Configure ( PropertyInfo propertyInfo ) : Mapper.Configuration.AbstractPropertyConfiguration
propertyInfo System.Reflection.PropertyInfo The property info.
Результат Mapper.Configuration.AbstractPropertyConfiguration

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

Configures the specified property info.
public Configure ( PropertyInfo propertyInfo, SitecoreInfoConfiguration config ) : void
propertyInfo System.Reflection.PropertyInfo The property info.
config SitecoreInfoConfiguration The config.
Результат void

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

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

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

Initializes a new instance of the SitecoreInfoAttribute class.
public SitecoreInfoAttribute ( SitecoreInfoType infoType ) : System.Reflection
infoType SitecoreInfoType Type of the info.
Результат System.Reflection