C# Class Glass.Mapper.Sc.Configuration.Attributes.SitecoreInfoAttribute

Class SitecoreInfoAttribute
Inheritance: Glass.Mapper.Configuration.Attributes.InfoAttribute
显示文件 Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
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.

Method Details

Configure() public method

Configures the specified property info.
public Configure ( PropertyInfo propertyInfo ) : Mapper.Configuration.AbstractPropertyConfiguration
propertyInfo System.Reflection.PropertyInfo The property info.
return Mapper.Configuration.AbstractPropertyConfiguration

Configure() public method

Configures the specified property info.
public Configure ( PropertyInfo propertyInfo, SitecoreInfoConfiguration config ) : void
propertyInfo System.Reflection.PropertyInfo The property info.
config SitecoreInfoConfiguration The config.
return void

SitecoreInfoAttribute() public method

Initializes a new instance of the SitecoreInfoAttribute class.
public SitecoreInfoAttribute ( ) : System.Reflection
return System.Reflection

SitecoreInfoAttribute() public method

Initializes a new instance of the SitecoreInfoAttribute class.
public SitecoreInfoAttribute ( SitecoreInfoType infoType ) : System.Reflection
infoType SitecoreInfoType Type of the info.
return System.Reflection