System.Web.Configuration.TransformerInfoCollection Class

Contains a collection of System.Web.Configuration.TransformerInfo objects. This class cannot be inherited.

See Also: TransformerInfoCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.TransformerInfo), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class TransformerInfoCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.TransformerInfoCollection class allows you to programmatically access and modify the transformers section of the webParts section of a configuration file.

System.Web.Configuration.TransformerInfo objects, as part of a System.Web.Configuration.TransformerInfoCollection, specify custom classes that extend the System.Web.UI.WebControls.WebParts.WebPartTransformer class. These transformer classes act as bridges between connected Web Parts, translating data sent by a connection provider into something that the connection consumer can accept.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0