ConfiguredVisualFactoryT Class TIBCO Spotfire 7.5 API Reference
Factory base class for creating configured visuals. A configured visual gives a new unique CustomTypeIdentifier to an existing visual. Override this class to provide new AutoConfigure logic for the visual.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExtensionVisualFactory
    Spotfire.Dxp.Application.ExtensionVisualFactoryT
      Spotfire.Dxp.Application.ExtensionConfiguredVisualFactoryT

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax

C#
public class ConfiguredVisualFactory<T> : VisualFactory<T>
where T : VisualContent

Type Parameters

T

The ConfiguredVisualFactoryT type exposes the following members.

Constructors

  NameDescription
Public methodConfiguredVisualFactoryT
Initializes a new instance of the [T:CustomPlotFactory<T>] class.
Top
Methods

  NameDescription
Protected methodAutoConfigureCore
Override this method to configure data-dependent properties.
(Inherited from VisualFactoryT.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitializeCore
Override this method to initialize the visual.
(Inherited from VisualFactoryT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Remarks

Objects of this type are used by the application to create new Visuals. Visual factories are registered with the application by overriding the RegisterVisuals(AddInVisualRegistrar) method.
Version Information

Supported in: 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference