Click or drag to resize
IProviderDictionary Methods

The IProviderDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified object.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodClear
Clears all the items.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodClearExpired
Clears all the expired items.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodClearOlder
Removes the objects older that specified time.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodContains(Object)
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodContains(Object, ValueType)
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodGetRealCount
Gets the real count of the objects in the dictionary
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from IProviderDictionaryTemplateValueType.)
Public methodRemove
Removes the specified object.
(Inherited from IProviderDictionaryTemplateValueType.)
Top
See Also