lemmaTablePerCase Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.reportData.optionalReports.lemmaTablePerCase"]
Namespace: imbWBI.Core.WebClassifier.reportData.optionalReports
public class lemmaTablePerCase : ConcurrentDictionary<pipelineTaskMCSiteSubject, webLemmaTermTable>
The lemmaTablePerCase type exposes the following members.
| Name | Description | |
|---|---|---|
| lemmaTablePerCase | Initializes a new instance of the lemmaTablePerCase class |
| Name | Description | |
|---|---|---|
| Count | Gets the number of key/value pairs contained in the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| IsEmpty | Gets a value that indicates whether the ConcurrentDictionaryTKey, TValue is empty. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| Item | Gets or sets the value associated with the specified key. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| Values | Gets a collection that contains the values in the DictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) |
| Name | Description | |
|---|---|---|
| AddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) | Uses the specified functions to add a key/value pair to the ConcurrentDictionaryTKey, TValue if the key does not already exist, or to update a key/value pair in the ConcurrentDictionaryTKey, TValue if the key already exists. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| AddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) | Adds a key/value pair to the ConcurrentDictionaryTKey, TValue if the key does not already exist, or updates a key/value pair in the ConcurrentDictionaryTKey, TValue by using the specified function if the key already exists. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| Clear | Removes all keys and values from the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| ContainsKey | Determines whether the ConcurrentDictionaryTKey, TValue contains the specified key. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOrAdd(TKey, FuncTKey, TValue) | Adds a key/value pair to the ConcurrentDictionaryTKey, TValue by using the specified function, if the key does not already exist. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| GetOrAdd(TKey, TValue) | Adds a key/value pair to the ConcurrentDictionaryTKey, TValue if the key does not already exist. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| prepare | ||
| ToArray | Copies the key and value pairs stored in the ConcurrentDictionaryTKey, TValue to a new array. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryAdd | Attempts to add the specified key and value to the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| TryGetValue | Attempts to get the value associated with the specified key from the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| TryRemove | Attempts to remove and return the value that has the specified key from the ConcurrentDictionaryTKey, TValue. (Inherited from ConcurrentDictionarypipelineTaskMCSiteSubject, webLemmaTermTable.) | |
| TryUpdate | 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.) |