C# Class Sitecore.ItemAdapter.FieldTypes.ItemAdapterTextFieldAttribute

Inheritance: ItemAdapterFieldAttribute
ファイルを表示 Open project: Sitecore/sitecore-itemadapter

Public Methods

Method Description
CheckType ( Type propertyType ) : bool
ExpectedType ( ) : Type
ItemAdapterTextFieldAttribute ( string fieldId ) : System

Protected Methods

Method Description
GetValue ( System.Item item, Type propertyType, int depth ) : object
SetValue ( System.Item item, Type propertyType, object propertyValue ) : object

Method Details

CheckType() public method

public CheckType ( Type propertyType ) : bool
propertyType System.Type
return bool

ExpectedType() public method

public ExpectedType ( ) : Type
return System.Type

GetValue() protected method

protected GetValue ( System.Item item, Type propertyType, int depth ) : object
item System.Item
propertyType System.Type
depth int
return object

ItemAdapterTextFieldAttribute() public method

public ItemAdapterTextFieldAttribute ( string fieldId ) : System
fieldId string
return System

SetValue() protected method

protected SetValue ( System.Item item, Type propertyType, object propertyValue ) : object
item System.Item
propertyType System.Type
propertyValue object
return object