Used to transform an IContentResource into an object model representation of its content item. Evaluation of a tag is accomplished by delegating to the Evaluate(IContentContext, XmlReader) method of the ITagHandler which is registered for that tag. These handlers may simply transform the XML into objects, or they may execute additional queries or invoke the Evaluate(IContentContext, XmlReader) method of the ContentAssembler on child tags.

Namespace:  Endeca.Data.Content.Assembler
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public class ContentAssembler
Visual Basic (Declaration)
Public Class ContentAssembler
Visual C++
public ref class ContentAssembler

Inheritance Hierarchy

System..::.Object
  Endeca.Data.Content.Assembler..::.ContentAssembler

See Also