CustomTypeIdentifier Class TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

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

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