Container class for information around InformationLink.
InformationModelElementDescriptor for information on common element properties.
Inheritance Hierarchy
Spotfire.Dxp.Data.ImportInformationModelElementDescriptor
Spotfire.Dxp.Data.ImportInformationLinkDescriptor
Namespace: Spotfire.Dxp.Data.Import
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class InformationLinkDescriptor : InformationModelElementDescriptor
The InformationLinkDescriptor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Get a description of the element.
(Inherited from InformationModelElementDescriptor.) | |
| FilterParameters | Get a read only list of the filter parameters for the InformationLink.
| |
| Id | Obsolete. Get the element identifier.
(Inherited from InformationModelElementDescriptor.) | |
| Identifier | Gets the element identifier.
(Inherited from InformationModelElementDescriptor.) | |
| Name | Get the element name.
(Inherited from InformationModelElementDescriptor.) | |
| NamedParameters | Get a read only list of the named parameters for the InformationLink.
| |
| Path |
Get current path for the element.
(Inherited from InformationModelElementDescriptor.) | |
| Properties | Get element metadata as a read only Dictionary of key value pairs.
(Inherited from InformationModelElementDescriptor.) | |
| ReferencedParameters | Get a read only list of the referenced parameters for the InformationLink.
That is, parameters for procedures referenced by the InformationLink.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetReferencedElementDescriptor(Guid) |
Get descriptor for element referenced by the InformationLink.
| |
| GetReferencedElementDescriptor(String) | Obsolete.
Get descriptor for element referenced by the InformationLink.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also