Click or drag to resize

indexAssertionBaseTEnum, T Class

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.3.55
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
Protected propertyflagsByItem
Protected propertyhaveChange (Inherited from aceEnumListSetTEnum, T.)
Public propertyindexCoverage
Rate at witch evaluated items have their entry in the index
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryTEnum, ListT.)
Protected propertyitems
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
Protected methodAcceptChanges (Inherited from aceEnumListSetTEnum, T.)
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(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 (Inherited from aceEnumListSetTEnum, T.)
Public methodCountUnique
Protected methoddeploy (Inherited from aceEnumDictionaryTEnum, ListT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryTEnum, ListT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryTEnum, ListT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryTEnum, ListT.)
Protected methodrecalculate
Protected methodrecalculateCustom
Public methodRemove(UTP) (Inherited from aceEnumListSetTEnum, T.)
Public methodRemove(TKey) (Inherited from DictionaryTEnum, ListT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryTEnum, ListT.)
Top
Fields
  NameDescription
Protected fieldoldHash (Inherited from aceEnumListSetTEnum, T.)
Protected fieldt (Inherited from aceEnumDictionaryTEnum, ListT.)
Top
See Also