Colygon.MatchPoint.Core.WebParts.Composite Namespace |
Class | Description | |
---|---|---|
BaseCompositeTransformer |
Base class for all transformers that can be used within a
CompositeConfiguration or a CompositeField.
| |
BaseXslTransformer | Base class for all transformers that allow using XSL templates. | |
CompositeConfiguration |
Configuration class for a CompositeWebPart.
| |
CompositeConnectionData |
Implements functionality for accessing data from a CompositeWebPart using
the ConnectionData expression variable.
| |
CompositeWebPart | This Web Part displays information in configurable HTML code. Can retrieve data from external sources. | |
ExpressionToElementMapping |
Used to specify a mapping from a property from the data source to an attribute available within a
BaseXslTransformer.
| |
PatternTransformer | Used to specify a HTML pattern for rendering content from a data source. | |
ReferenceTransformer |
Used to reference a centrally configured BaseCompositeTransformer
which will then be used to render the results.
| |
UserControlTransformer | Used to specify a custom ASP.NET user control (ASCX) to render content from a data source. | |
XslFileTransformer | Used to reference a XSLT file used for rendering content from a data source. | |
XslTransformer | Used to specify a XSL template for rendering content from a data source. |
Interface | Description | |
---|---|---|
ITransformerConfiguration |
This interface is implemented by all BaseCompositeTransformer classes that can be used as a centrally
configured transformer configuration file.
|