LinkbaseRefCollection class

LinkbaseRefCollection class

Collection of schema linkbase references.

The LinkbaseRefCollection type exposes the following members:

Properties

PropertyDescription
countThe number of linkbase reference in this collection.

Gets LinkbaseRef item at the specified index in the collection.

Indexer

NameDescription
[index]The zero based index of the element.

Methods

MethodDescription
add_calculation_linkbase_ref(href)Add a CalculationLinkbaseRef to the collection.
add_definition_linkbase_ref(href)Add a DefinitionLinkbaseRef to the collection.
add_label_linkbase_ref(href)Add a LabelLinkbaseRef to the collection.
add_presentation_linkbase_ref(href)Add a PresentationLinkbaseRef to the collection.
add_reference_linkbase_ref(href)Add a ReferenceLinkbaseRef to the collection.

See Also