Click or drag to resize
ProviderDictionaryTKey, TValue Methods

The ProviderDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(Object, TValue)
Adds the specified object.
Public methodAdd(TKey, TValue)
Adds the specified object.
Public methodAdd(TKey, TValue, Boolean)
Adds the specified object.
Public methodClear
Clears all the items.
(Overrides AbstractProviderDictionaryClear(Boolean).)
Public methodClearExpired
Clears all the expired items.
Protected methodClearInternal
Clears the internal dictionary
Public methodClearOlder
Removes the objects older that specified time.
Public methodContains(Object)
Returns true if the table contains specified record.
Public methodContains(TKey)
Returns true if the table contains specified record.
Public methodContains(Object, TValue)
Returns true if the table contains specified record.
Public methodContains(TKey, TValue)
Returns true if the table contains specified record.
Protected methodContainsInternal
Returns true if the internal dictionary contains specified record.
Public methodContainsKey
Returns true if the table contains specified record.
Protected methodConvertKey
Converts the key to a specific type
Public methodDelete
Removes the specified object and logs the web farm task.
Public methodStatic memberGetDictionaries
Gets the Arraylist of dictionaries of specified object type.
Public methodStatic memberGetDictionaryName
Gets the provider name.
Public methodGetRealCount
Gets the real count of the objects in the dictionary
Protected methodCheckLogTask
Returns true if the logging of the tasks is enabled for the given object
Public methodInvalidate
Invalidates the dictionary content.
Public methodLoadNextGeneration
Loads the next generation of the objects.
Public methodLogWebFarmTask(String, String)
Logs the web farm task with specified task data.
Public methodLogWebFarmTask(TKey, String)
Logs the web farm task for specified object key.
Public methodNextGenerationAvailable
Returns true if the next generation of the objects is available.
Public methodStatic memberProcessWebFarmTask
Processes the given web farm task.
Public methodStatic memberReloadDictionaries
Reloads the dictionaries of specified object type.
Public methodRemove(Object)
Removes the specified object.
Public methodRemove(TKey)
Removes the specified object.
Public methodRemove(TKey, Boolean)
Removes the specified object.
Protected methodRemoveInternal
Removes the key from the internal dictionary
Protected methodTryGetInternal
Returns true if the internal dictionary contains specified record.
Public methodUpdate
Updates the specified object and logs the web farm task.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also