Click or drag to resize
Elements Class
Collection of Elements accessible by element Name.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionElement
    System.Collections.ObjectModelKeyedCollectionString, Element
      FDF.Common.ObjectModelElements

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class Elements : KeyedCollection<string, Element>

The Elements type exposes the following members.

Constructors
  NameDescription
Public methodElements
Initializes a new instance of the Elements class
Top
Methods
  NameDescription
Public methodAddAbstractAttributes
Public methodAncestorsOf
Returns collection Elements representing all ancestors (parent, parent's parent, etc.) of specified Element. If no element's ancestors were found returns an empty collection.
Public methodChildrenOf
Returns collection Elements representing direct children of specified Element.
Public methodGetByClassId
Returns an Element for given ClassId.
Protected methodGetKeyForItem (Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodIsIndexed
Public methodMerge
Public methodRemoveAbstractAttributes
Public methodReplaceItem
Public methodSortBy
Public methodSortByDisplayName
Public methodSortByName
Public methodSucessorsOf
Returns collection Elements representing all sucessors (children, children's children, etc.) of specified Element. If no element's sucessors were found returns an empty collection.
Public methodToArray
Public methodToStringByClassId
Top
See Also