C# 클래스 Sitecore.ItemAdapter.FieldTypes.ItemAdapterFieldAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Sitecore/sitecore-itemadapter 1 사용 예제들

공개 메소드들

메소드 설명
CheckType ( Type propertyType ) : bool
ExpectedType ( ) : Type

보호된 메소드들

메소드 설명
GetValue ( System.Item item, Type propertyType, int depth ) : object
ItemAdapterFieldAttribute ( string fieldId ) : System
SetValue ( System.Item item, Type propertyType, object propertyValue ) : object

비공개 메소드들

메소드 설명
GetFieldValue ( System.Item item, Type propertyType, int depth ) : object
SetFieldValue ( System.Item item, Type propertyType, object propertyValue ) : object

메소드 상세

CheckType() 공개 추상적인 메소드

public abstract CheckType ( Type propertyType ) : bool
propertyType System.Type
리턴 bool

ExpectedType() 공개 추상적인 메소드

public abstract ExpectedType ( ) : Type
리턴 System.Type

GetValue() 보호된 추상적인 메소드

protected abstract GetValue ( System.Item item, Type propertyType, int depth ) : object
item System.Item
propertyType System.Type
depth int
리턴 object

ItemAdapterFieldAttribute() 보호된 메소드

protected ItemAdapterFieldAttribute ( string fieldId ) : System
fieldId string
리턴 System

SetValue() 보호된 추상적인 메소드

protected abstract SetValue ( System.Item item, Type propertyType, object propertyValue ) : object
item System.Item
propertyType System.Type
propertyValue object
리턴 object