C# Class Sitecore.ItemAdapter.FieldTypes.NestedModel.ItemAdapterLinkFieldAttribute

Inheritance: ItemAdapterNestedModelFieldAttribute
Afficher le fichier Open project: Sitecore/sitecore-itemadapter

Méthodes publiques

Méthode Description
ItemAdapterLinkFieldAttribute ( string fieldId, Type nestedModelType ) : System

Méthodes protégées

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

Method Details

GetValue() protected méthode

protected GetValue ( System.Item item, Type propertyType, int depth ) : object
item System.Item
propertyType System.Type
depth int
Résultat object

ItemAdapterLinkFieldAttribute() public méthode

public ItemAdapterLinkFieldAttribute ( string fieldId, Type nestedModelType ) : System
fieldId string
nestedModelType System.Type
Résultat System

SetValue() protected méthode

protected SetValue ( System.Item item, Type propertyType, object propertyValue ) : object
item System.Item
propertyType System.Type
propertyValue object
Résultat object