Click or drag to resize
Colygon.MatchPoint.Core.WebParts.Composite Namespace
Contains the CompositeWebPart and related functionality.
Remarks
The functionality of the Composite Web Part is available in other MatchPoint controls as well, i.e. within the CompositeColumn (within a DataGridConfiguration) or within the CompositeField (within a FormConfiguration).
Classes
  ClassDescription
Public classBaseCompositeTransformer
Base class for all transformers that can be used within a CompositeConfiguration or a CompositeField.
Public classBaseXslTransformer
Base class for all transformers that allow using XSL templates.
Public classCompositeConfiguration
Configuration class for a CompositeWebPart.
Public classCompositeConnectionData
Implements functionality for accessing data from a CompositeWebPart using the ConnectionData expression variable.
Public classCompositeWebPart
This Web Part displays information in configurable HTML code. Can retrieve data from external sources.
Public classExpressionToElementMapping
Used to specify a mapping from a property from the data source to an attribute available within a BaseXslTransformer.
Public classNamespaceDoc
Public classPatternTransformer
Used to specify a HTML pattern for rendering content from a data source.
Public classReferenceTransformer
Used to reference a centrally configured BaseCompositeTransformer which will then be used to render the results.
Public classUserControlTransformer
Used to specify a custom ASP.NET user control (ASCX) to render content from a data source.
Public classXslFileTransformer
Used to reference a XSLT file used for rendering content from a data source.
Public classXslTransformer
Used to specify a XSL template for rendering content from a data source.
Interfaces
  InterfaceDescription
Public interfaceITransformerConfiguration
This interface is implemented by all BaseCompositeTransformer classes that can be used as a centrally configured transformer configuration file.