The IProviderDictionary type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified object.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| Clear |
Clears all the items.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| ClearExpired |
Clears all the expired items.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| ClearOlder |
Removes the objects older that specified time.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| Contains(Object) |
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| Contains(Object, ValueType ) |
Returns true if the table contains specified record.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| GetRealCount |
Gets the real count of the objects in the dictionary
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| Invalidate |
Invalidates the dictionary content.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| Remove |
Removes the specified object.
(Inherited from IProviderDictionaryTemplate ValueType .) |
Properties
| Name | Description | |
|---|---|---|
| ColumnNames |
Column names
| |
| Count |
Items count.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| DataIsValid |
Returns true if the dictionary content is valid.
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| LogWebFarmTasks |
Gets / sets if the dictionary should log the web farm tasks
(Inherited from IProviderDictionaryTemplate ValueType .) | |
| Name |
Dictionary name.
| |
| ObjectType |
Object type
| |
| ReloadDictionary |
If true, the dictionary should be reloaded.
(Inherited from IProviderDictionaryTemplate ValueType .) |
See Also