C# Class Sitecore.ItemAdapter.ItemAdapterModelAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Sitecore/sitecore-itemadapter

Méthodes publiques

Méthode Description
ItemAdapterModelAttribute ( Type childModelType ) : System
ItemAdapterModelAttribute ( string templateId, Type childModelType ) : System

Method Details

ItemAdapterModelAttribute() public méthode

public ItemAdapterModelAttribute ( Type childModelType ) : System
childModelType System.Type
Résultat System

ItemAdapterModelAttribute() public méthode

public ItemAdapterModelAttribute ( string templateId, Type childModelType ) : System
templateId string
childModelType System.Type
Résultat System