C# Class Sitecore.ItemAdapter.ItemAdapterModelAttribute

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

Public Methods

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

Method Details

ItemAdapterModelAttribute() public method

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

ItemAdapterModelAttribute() public method

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