CustomTypeIdentifier Class TIBCO Spotfire 6.5 API Reference
An instance of this class identifies a custom extension type. The identifier should be valid between versions of the extension, even if the actual extension type changes. A CustomTypeIdentifier is created by declaring a class that inherits from CustomTypeIdentifiers.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel TypeIdentifier
    Spotfire.Dxp.Application.Extension CustomTypeIdentifier

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

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class CustomTypeIdentifier : TypeIdentifier
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also