Click or drag to resize

List Class

The List class represents a list of atomic values.

Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XsdAnySimpleType
    Altova.RaptorXml.XsdAnyAtomicType
      Altova.RaptorXml.XsdList

Namespace:  Altova.RaptorXml.Xsd
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class List : AnyAtomicType, IDisposable, ICollection<AnySimpleType>, 
	IEnumerable<AnySimpleType>, IEnumerable

The List type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsBoolean (Inherited from AnySimpleType.)
Public propertyIsDecimal (Inherited from AnySimpleType.)
Public propertyIsDouble (Inherited from AnySimpleType.)
Public propertyIsDuration (Inherited from AnySimpleType.)
Public propertyIsFloat (Inherited from AnySimpleType.)
Public propertyIsInteger (Inherited from AnySimpleType.)
Public propertyIsNumeric (Inherited from AnySimpleType.)
Public propertyIsReadOnly
Public propertyIsString (Inherited from AnySimpleType.)
Public propertyLexicalValue (Inherited from AnySimpleType.)
Top
Methods
  NameDescription
Public methodCompareTo(Object) (Inherited from AnyAtomicType.)
Public methodCompareTo(AnyAtomicType) (Inherited from AnyAtomicType.)
Public methodCompareTo(AnySimpleType) (Inherited from AnySimpleType.)
Public methodContains
Public methodCopyTo
Public methodDispose (Inherited from AnySimpleType.)
Public methodEquals(Object) (Inherited from AnyAtomicType.)
Public methodEquals(AnyAtomicType) (Inherited from AnyAtomicType.)
Public methodEquals(AnySimpleType) (Inherited from AnySimpleType.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from AnyAtomicType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Inherited from AnySimpleType.)
Top
See Also