ProviderStringDictionary Methods |
The ProviderStringDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(TKey, TValue) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Add(TKey, BaseInfo, Boolean) |
Adds the specified object.
(Inherited from ProviderInfoDictionaryTKey.) |
![]() | Clear |
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(TKey) | Obsolete.
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(TKey, TValue) | Obsolete.
Gets the value associated with the specified key.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ContainsKey |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ConvertKey |
Converts the key to a specific type
(Inherited from ProviderInfoDictionaryTKey.) |
![]() | Delete |
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Invalidate |
Invalidates the dictionary content.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | LogWebFarmTask(String, String) |
Logs the web farm task with specified task data.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Remove(TKey) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Remove(TKey, Boolean) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | RemoveInternal |
Removes the key from the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | TryGetInternal |
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderInfoDictionaryTKey.) |
![]() | TryGetValue |
Gets the value associated with the specified key.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Update |
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |