Collection of InformationLinkDescriptors
Inheritance Hierarchy
Spotfire.Dxp.Data.ImportInformationLinkDescriptorCollection
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 InformationLinkDescriptorCollection : IEnumerable<InformationLinkDescriptor>, IEnumerable
The InformationLinkDescriptorCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
The total number of InformationLinkDescriptors in this collection.
| |
| First |
Get the first InformationLinkDescriptor of this collection.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Enumerator for all InformationLinkDescriptors in this collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerableGetEnumerator |
Enumerator for all InformationLinkDescriptors in this collection.
|
Version Information
See Also