InformationLinkDescriptor Members TIBCO Spotfire 6.0 API Reference
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.)
Back to 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 propertyIdObsolete.
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.
Back to Top
See Also