InformationLinkDescriptor Class TIBCO Spotfire 7.6 API Reference
Container class for information around InformationLink. InformationModelElementDescriptor for information on common element properties.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.ImportInformationModelElementDescriptor
    Spotfire.Dxp.Data.ImportInformationLinkDescriptor

Namespace: Spotfire.Dxp.Data.Import
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class InformationLinkDescriptor : InformationModelElementDescriptor

The InformationLinkDescriptor type exposes the following members.

Methods

  NameDescription
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 methodGetReferencedElementDescriptor(Guid)
Get descriptor for element referenced by the InformationLink.
Public methodGetReferencedElementDescriptor(String) Obsolete.
Get descriptor for element referenced by the InformationLink.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDescription
Get a description of the element.
(Inherited from InformationModelElementDescriptor.)
Public propertyFilterParameters
Get a read only list of the filter parameters for the InformationLink.
Public propertyId Obsolete.
Get the element identifier.
(Inherited from InformationModelElementDescriptor.)
Public propertyIdentifier
Gets the element identifier.
(Inherited from InformationModelElementDescriptor.)
Public propertyName
Get the element name.
(Inherited from InformationModelElementDescriptor.)
Public propertyNamedParameters
Get a read only list of the named parameters for the InformationLink.
Public propertyPath
Get current path for the element.
(Inherited from InformationModelElementDescriptor.)
Public propertyProperties
Get element metadata as a read only Dictionary of key value pairs.
(Inherited from InformationModelElementDescriptor.)
Public propertyReferencedParameters
Get a read only list of the referenced parameters for the InformationLink. That is, parameters for procedures referenced by the InformationLink.
Top
Version Information

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

Reference