ThreadContextItemsGenericDictionaryWrapper Class |
Namespace: CMS.Base
public class ThreadContextItemsGenericDictionaryWrapper : IThreadContextItems, IEnumerable<KeyValuePair<string, Object>>, IEnumerable
The ThreadContextItemsGenericDictionaryWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThreadContextItemsGenericDictionaryWrapper |
Initializes a new instance of the ThreadContextItemsGenericDictionaryWrapper class.
|
Name | Description | |
---|---|---|
![]() | ContainsKey |
Determines whether the ThreadContextItemsGenericDictionaryWrapper contains the specified key.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | Remove |
Removes the value with the specified key from the ThreadContextItemsGenericDictionaryWrapper.
|
Name | Description | |
---|---|---|
![]() | BatchKeyValuePairString, Object |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |