Click or drag to resize

lemmaTablePerCase Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.reportData.optionalReports.lemmaTablePerCase"]

Inheritance Hierarchy
SystemObject
  System.Collections.ConcurrentConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable
    imbWBI.Core.WebClassifier.reportData.optionalReportslemmaTablePerCase

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class lemmaTablePerCase : ConcurrentDictionary<pipelineTaskMCSiteSubject, webLemmaTermTable>

The lemmaTablePerCase type exposes the following members.

Constructors
  NameDescription
Public methodlemmaTablePerCase
Initializes a new instance of the lemmaTablePerCase class
Top
Properties
  NameDescription
Public propertyCount (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public propertyIsEmpty (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public propertyKeys (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public propertyValues (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Top
Methods
  NameDescription
Public methodAddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodAddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodClear (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodContainsKey (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
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 ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrAdd(TKey, FuncTKey, TValue) (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodGetOrAdd(TKey, TValue) (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
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 methodprepare
Public methodToArray (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryAdd (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodTryGetValue (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodTryRemove (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Public methodTryUpdate
Compares the existing value for the specified key with a specified value, and if they are equal, updates the key with a third value.
(Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.)
Top
Fields
  NameDescription
Protected fieldlogger
Top
See Also