Click or drag to resize

indexAssertionBaseTEnum, T Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.index.core.indexAssertionBase`2"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryTEnum, ListT
    aceEnumDictionaryTEnum, ListT
      aceEnumListSetTEnum, T
        imbWEM.Core.index.coreindexAssertionBaseTEnum, T
          imbWEM.Core.index.coreindexDomainAssertionResult
          imbWEM.Core.index.coreindexURLAssertionResult

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public abstract class indexAssertionBase<TEnum, T> : aceEnumListSet<TEnum, T>
where TEnum : IComparable

Type Parameters

TEnum

[Missing <typeparam name="TEnum"/> documentation for "T:imbWEM.Core.index.core.indexAssertionBase`2"]

T

[Missing <typeparam name="T"/> documentation for "T:imbWEM.Core.index.core.indexAssertionBase`2"]

The indexAssertionBaseTEnum, T type exposes the following members.

Constructors
  NameDescription
Public methodindexAssertionBaseTEnum, T
Initializes a new instance of the indexAssertionBaseTEnum, T class
Top
Properties
  NameDescription
Public propertycertainty
How Certain is the answer regarding the relevance relevant
Public propertyComparer (Inherited from DictionaryTEnum, ListT.)
Public propertyCount (Inherited from DictionaryTEnum, ListT.)
Public propertyFlagEvaluated
Public propertyFlagIndexed
Public propertyFlagRelevant
Public propertyindexCoverage
Rate at witch evaluated items have their entry in the index
Public propertyItem (Inherited from DictionaryTEnum, ListT.)
Public propertyKeys (Inherited from DictionaryTEnum, ListT.)
Public propertynotRelevant
Gets the not relevant ratio
Public propertyrelevant
relevant - precission
Public propertyValues (Inherited from DictionaryTEnum, ListT.)
Top
Methods
  NameDescription
Public methodAdd(TKey, TValue) (Inherited from DictionaryTEnum, ListT.)
Public methodAdd(TEnum, T)
Support Flags and Enums -- automatically maintains if link was passed with new flags
(Overrides aceEnumListSet.Add(UTP, UTP).)
Public methodAppend
Appends the specified flags to the link in case it exists. Unline Add(TEnum, T) it doesn't remove existing record on the same link
Public methodClear (Inherited from DictionaryTEnum, ListT.)
Public methodContainsKey (Inherited from DictionaryTEnum, ListT.)
Public methodContainsValue (Inherited from DictionaryTEnum, ListT.)
Public methodCountAll
Counts all items in all sub collections
(Inherited from aceEnumListSetTEnum, T.)
Public methodCountUnique
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryTEnum, ListT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryTEnum, ListT.)
Public methodGetType (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryTEnum, ListT.)
Public methodRemove(UTP)
Removes the specified item from all dictionaries
(Inherited from aceEnumListSetTEnum, T.)
Public methodRemove(TKey) (Inherited from DictionaryTEnum, ListT.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryTEnum, ListT.)
Top
See Also