ProviderStringValueDictionary Class |
Namespace: CMS.DataEngine
public class ProviderStringValueDictionary : ProviderStringValueDictionary<Object>
The ProviderStringValueDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProviderStringValueDictionary |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Add(Object, TValue) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Add(TKey, TValue) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Add(TKey, TValue, Boolean) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Clear |
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ClearExpired |
Clears all the expired items.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ClearInternal |
Clears the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ClearOlder |
Removes the objects older that specified time.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(Object) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(TKey) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(Object, TValue) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(TKey, TValue) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Contains(String, String) |
Returns true if the table contains specified record.
(Inherited from ProviderStringValueDictionaryT.) |
![]() | ContainsInternal |
Returns true if the internal dictionary contains specified record.
(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 ProviderDictionaryTKey, TValue.) |
![]() | Delete |
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | GetRealCount |
Gets the real count of the objects in the dictionary
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | CheckLogTask |
Returns true if the logging of the tasks is enabled for the given object
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Invalidate |
Invalidates the dictionary content.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | LoadNextGeneration |
Loads the next generation of the objects.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | LogWebFarmTask(String, String) |
Logs the web farm task with specified task data.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | NextGenerationAvailable |
Returns true if the next generation of the objects is available.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Remove(Object) |
Removes the specified object.
(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 ProviderDictionaryTKey, TValue.) |
![]() | Update |
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
![]() | DefaultWebFarmTaskType |
Web farm task type to log
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mDataIsValid |
True if the dictionary content is valid.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mDictionary |
Inner dictionary.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mEnabled |
If true, the provider functionality is enabled.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mLogWebFarmTasks |
Logs web farm tasks.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mObjectLatency |
Object latency of the hashtable.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mParentCollection |
Parent dictionary collection.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | mReloadDictionary |
If true, the dictionary should be reloaded.
(Inherited from ProviderDictionaryTKey, TValue.) |
Name | Description | |
---|---|---|
![]() | ColumnNames |
Column names
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Count |
Items count (all keys).
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | DataIsValid |
Returns true if the dictionary content is valid.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Dictionary |
Inner dictionary.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Enabled |
If true, the dictionary is enabled.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | IsEmpty |
Returns true if the Dictionary is empty.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Item |
Dictionary indexer.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | LogWebFarmTasks |
Gets / sets if the dictionary should log web farm tasks
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Name |
Dictionary name.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ObjectLatency |
Object latency in minutes.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ObjectType |
Object type
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ParentCollection |
Parent dictionary collection.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | ReloadDictionary |
If true, the dictionary should be reloaded.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | RemovedValue |
Value that is set to the specific key if the value is removed. If not set, the item is completely removed.
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | UseWeakReferences |
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from ProviderDictionaryTKey, TValue.) |
![]() | Values |
Returns the values of the dictionary
(Inherited from ProviderDictionaryTKey, TValue.) |