C# Class Sdl.Web.Tridion.Templates.DD4T.DxaBuildManager

Inheritance: DD4T.Templates.Base.Builder.BuildManager
Mostra file Open project: sdl/dxa-content-management Class Usage Examples

Public Methods

Method Description
BuildComponentPresentation ( Tridion.ContentManager.CommunicationManagement.ComponentPresentation tcmComponentPresentation, Engine engine, int linkLevels, bool resolveWidthAndHeight ) : DD4T.ContentModel.ComponentPresentation
BuildField ( ItemField tcmItemField, int currentLinkLevel ) : Field
DxaBuildManager ( Package package, Engine engine ) : System

Private Methods

Method Description
AddCpExtensionData ( DD4T.ContentModel.ComponentPresentation dd4tComponentPresentation, Tridion.ContentManager.CommunicationManagement.ComponentPresentation tcmComponentPresentation ) : void

Method Details

BuildComponentPresentation() public method

public BuildComponentPresentation ( Tridion.ContentManager.CommunicationManagement.ComponentPresentation tcmComponentPresentation, Engine engine, int linkLevels, bool resolveWidthAndHeight ) : DD4T.ContentModel.ComponentPresentation
tcmComponentPresentation Tridion.ContentManager.CommunicationManagement.ComponentPresentation
engine Engine
linkLevels int
resolveWidthAndHeight bool
return DD4T.ContentModel.ComponentPresentation

BuildField() public method

public BuildField ( ItemField tcmItemField, int currentLinkLevel ) : Field
tcmItemField ItemField
currentLinkLevel int
return Field

DxaBuildManager() public method

public DxaBuildManager ( Package package, Engine engine ) : System
package Package
engine Engine
return System