메소드 | 설명 | |
---|---|---|
CreateEntityModel ( IComponent component, |
Creates a Strongly Typed Entity Model for a given DD4T Component.
|
|
CreateEntityModel ( IComponentPresentation cp, Sdl.Web.Common.Configuration.Localization localization ) : |
Creates a Strongly Typed Entity Model for a given DD4T Component Presentation.
|
|
CreatePageModel ( DD4T.ContentModel.IPage page, DD4T.ContentModel.IPage includes, Sdl.Web.Common.Configuration.Localization localization ) : |
Creates a Strongly Typed Page Model for a given DD4T Page and an optional set of include Pages.
|
메소드 | 설명 | |
---|---|---|
ModelBuilderPipeline ( ) : System |
Initializes the Model Builder Pipeline (class constructor).
|
public static CreateEntityModel ( IComponent component, |
||
component | IComponent | The DD4T Component. |
baseModelType | The (base) type for the Entity Model. | |
localization | Sdl.Web.Common.Configuration.Localization | The context |
리턴 |
public static CreateEntityModel ( IComponentPresentation cp, Sdl.Web.Common.Configuration.Localization localization ) : |
||
cp | IComponentPresentation | The DD4T Component Presentation. |
localization | Sdl.Web.Common.Configuration.Localization | The context |
리턴 |
public static CreatePageModel ( DD4T.ContentModel.IPage page, DD4T.ContentModel.IPage includes, Sdl.Web.Common.Configuration.Localization localization ) : |
||
page | DD4T.ContentModel.IPage | The DD4T Page object. |
includes | DD4T.ContentModel.IPage | The set of DD4T Page object for include pages. Can be |
localization | Sdl.Web.Common.Configuration.Localization | The context |
리턴 |