Click or drag to resize
IProviderDictionaryTemplateValueType Methods

The IProviderDictionaryTemplateValueType generic type exposes the following members.

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