Click or drag to resize

nodeBlockCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Collection of nodeBlock content segment
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListnodeBlock
    imbCommonModels.contentBlocknodeBlockCollection

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class nodeBlockCollection : List<nodeBlock>

The nodeBlockCollection type exposes the following members.

Constructors
  NameDescription
Public methodnodeBlockCollection
Initializes a new instance of the nodeBlockCollection class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListnodeBlock.)
Public propertyCount (Inherited from ListnodeBlock.)
Public propertyItem (Inherited from ListnodeBlock.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListnodeBlock.)
Public methodAddNewBlock
Public methodAddRange (Inherited from ListnodeBlock.)
Public methodAsReadOnly (Inherited from ListnodeBlock.)
Public methodBinarySearch(T) (Inherited from ListnodeBlock.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListnodeBlock.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListnodeBlock.)
Public methodCalculateScores
Public methodClear (Inherited from ListnodeBlock.)
Public methodContains (Inherited from ListnodeBlock.)
Public methodConvertAllTOutput (Inherited from ListnodeBlock.)
Public methodCopyTo(T) (Inherited from ListnodeBlock.)
Public methodCopyTo(T, Int32) (Inherited from ListnodeBlock.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListnodeBlock.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListnodeBlock.)
Public methodFind (Inherited from ListnodeBlock.)
Public methodFindAll (Inherited from ListnodeBlock.)
Public methodFindIndex(PredicateT) (Inherited from ListnodeBlock.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListnodeBlock.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListnodeBlock.)
Public methodFindLast (Inherited from ListnodeBlock.)
Public methodFindLastIndex(PredicateT) (Inherited from ListnodeBlock.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListnodeBlock.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListnodeBlock.)
Public methodForEach (Inherited from ListnodeBlock.)
Public methodGetBlockByXPath
Public methodGetEnumerator (Inherited from ListnodeBlock.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListnodeBlock.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListnodeBlock.)
Public methodIndexOf(T, Int32) (Inherited from ListnodeBlock.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListnodeBlock.)
Public methodInsert (Inherited from ListnodeBlock.)
Public methodInsertRange (Inherited from ListnodeBlock.)
Public methodLastIndexOf(T) (Inherited from ListnodeBlock.)
Public methodLastIndexOf(T, Int32) (Inherited from ListnodeBlock.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListnodeBlock.)
Public methodRemove (Inherited from ListnodeBlock.)
Public methodRemoveAll (Inherited from ListnodeBlock.)
Public methodRemoveAt (Inherited from ListnodeBlock.)
Public methodRemoveRange (Inherited from ListnodeBlock.)
Public methodReverse (Inherited from ListnodeBlock.)
Public methodReverse(Int32, Int32) (Inherited from ListnodeBlock.)
Public methodSort (Inherited from ListnodeBlock.)
Public methodSort(IComparerT) (Inherited from ListnodeBlock.)
Public methodSort(ComparisonT) (Inherited from ListnodeBlock.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListnodeBlock.)
Public methodToArray (Inherited from ListnodeBlock.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListnodeBlock.)
Public methodTrueForAll (Inherited from ListnodeBlock.)
Top
See Also

Reference

[!:System.Collections.Generic.List<imbSemanticEngine.contentTree.nodeBlock>]