C# Class Sitecore.ItemAdapter.ItemAdapterExtendedModelAttribute

Inheritance: ItemAdapterModelAttribute
Mostra file Open project: Sitecore/sitecore-itemadapter

Public Methods

Method Description
ItemAdapterExtendedModelAttribute ( Type childModelType ) : System
ItemAdapterExtendedModelAttribute ( string templateId, Type childModelType ) : System

Method Details

ItemAdapterExtendedModelAttribute() public method

public ItemAdapterExtendedModelAttribute ( Type childModelType ) : System
childModelType System.Type
return System

ItemAdapterExtendedModelAttribute() public method

public ItemAdapterExtendedModelAttribute ( string templateId, Type childModelType ) : System
templateId string
childModelType System.Type
return System