Click or drag to resize

DuplicateFactSet Class

A DuplicateFactSet class represents a set of duplicate XBRL facts in an instance.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XbrlFactSet
    Altova.RaptorXml.XbrlDuplicateFactSet

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class DuplicateFactSet : FactSet

The DuplicateFactSet type exposes the following members.

Properties
  NameDescription
Public propertyConceptAspectValues (Inherited from FactSet.)
Public propertyCount (Inherited from FactSet.)
Public propertyDuplicateClasses
Public propertyEntityIdentifierAspectValues (Inherited from FactSet.)
Public propertyHighestAccuracyDuplicate
Public propertyInstance (Inherited from FactSet.)
Public propertyIsDuplicateSet (Inherited from FactSet.)
Public propertyIsReadOnly (Inherited from FactSet.)
Public propertyItem (Inherited from FactSet.)
Public propertyMainDuplicate
Public propertyNonXdtScenarioAspectValues (Inherited from FactSet.)
Public propertyNonXdtSegmentAspectValues (Inherited from FactSet.)
Public propertyPeriodAspectValues (Inherited from FactSet.)
Public propertyUnitAspectValues (Inherited from FactSet.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from FactSet.)
Public methodClear (Inherited from FactSet.)
Public methodClone (Inherited from FactSet.)
Public methodContains (Inherited from FactSet.)
Public methodCopyTo (Inherited from FactSet.)
Public methodDimensionAspectValues(Dimension) (Inherited from FactSet.)
Public methodDimensionAspectValues(Dimension, Boolean) (Inherited from FactSet.)
Public methodDispose (Inherited from FactSet.)
Public methodEquals(Object) (Inherited from FactSet.)
Public methodEquals(FactSet) (Inherited from FactSet.)
Public methodExceptWith (Inherited from FactSet.)
Public methodFilter(ConstraintSet) (Inherited from FactSet.)
Public methodFilter(ConstraintSet, Boolean) (Inherited from FactSet.)
Public methodFilter(Concept, Context, Unit) (Inherited from FactSet.)
Public methodFilter(ConstraintSet, Boolean, Boolean) (Inherited from FactSet.)
Public methodFilter(QName, Context, Unit) (Inherited from FactSet.)
Public methodFilter(Concept, Context, Unit, Boolean) (Inherited from FactSet.)
Public methodFilter(QName, Context, Unit, Boolean) (Inherited from FactSet.)
Public methodFilterDuplicates (Inherited from FactSet.)
Public methodFilterDuplicates(DuplicateClass) (Inherited from FactSet.)
Public methodFindDuplicateSets (Inherited from FactSet.)
Public methodGetEnumerator (Inherited from FactSet.)
Public methodGetHashCode (Inherited from FactSet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasDuplicates (Inherited from FactSet.)
Public methodHasDuplicates(DuplicateClass) (Inherited from FactSet.)
Public methodIndexOf (Inherited from FactSet.)
Public methodIntersectWith (Inherited from FactSet.)
Public methodIsProperSubsetOf (Inherited from FactSet.)
Public methodIsProperSupersetOf (Inherited from FactSet.)
Public methodIsSubsetOf (Inherited from FactSet.)
Public methodIsSupersetOf (Inherited from FactSet.)
Public methodOverlaps (Inherited from FactSet.)
Public methodRemove (Inherited from FactSet.)
Public methodRemoveAt (Inherited from FactSet.)
Public methodSetEquals (Inherited from FactSet.)
Public methodSymmetricExceptWith (Inherited from FactSet.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnionWith (Inherited from FactSet.)
Top
See Also