C# 클래스 Glass.Mapper.Sc.Configuration.Attributes.SitecoreSelfAttribute

Maps the Sitecore Item to typed property.
상속: Glass.Mapper.Configuration.Attributes.ItemAttribute
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
Configure ( System propertyInfo ) : Mapper.Configuration.AbstractPropertyConfiguration

Configures the specified property info.

Configure ( PropertyInfo propertyInfo, SitecoreSelfConfiguration config ) : void

Configures the specified property info.

메소드 상세

Configure() 공개 메소드

Configures the specified property info.
public Configure ( System propertyInfo ) : Mapper.Configuration.AbstractPropertyConfiguration
propertyInfo System The property info.
리턴 Mapper.Configuration.AbstractPropertyConfiguration

Configure() 공개 메소드

Configures the specified property info.
public Configure ( PropertyInfo propertyInfo, SitecoreSelfConfiguration config ) : void
propertyInfo System.Reflection.PropertyInfo The property info.
config SitecoreSelfConfiguration The config.
리턴 void