Click or drag to resize

IContentCollectionBase Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.Core.contentStructure.collections.IContentCollectionBase"]

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public interface IContentCollectionBase : IList, 
	ICollection, IEnumerable

The IContentCollectionBase type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from IList.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from IList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IList.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the IList.
(Inherited from IList.)
Public methodClear
Removes all items from the IList.
(Inherited from IList.)
Public methodContains
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public methodInsert
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public methodNest
Osvezava vezu za prethodnim elementom -- i prijavljuje se kod njega kao sledeci element
Public methodQuery(contentRelationType, IContentElement, Int32)
Public methodQuery(contentRelationQueryType, contentRelationType, IContentElement, Int32)
Public methodQueryCF(contentRelationQueryType, contentRelationType, IContentElement, Int32)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)
Top
Extension Methods
  NameDescription
Public Extension MethodcalculateTotalAndAvgScore
Calculates the total Item1 and average score Item2.
(Defined by spiderWebStructureTools.)
Top
See Also