The ProviderGuidDictionary type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ProviderGuidDictionary(String, String) |
Constructor.
| |
ProviderGuidDictionary(String, String, ProviderDictionaryCollection) |
Constructor.
|
Methods
Name | Description | |
---|---|---|
Add(TKey, TValue) |
Adds the specified object.
(Inherited from ProviderDictionary TKey, TValue .) | |
Add(KeyType, BaseInfo, Boolean) |
Adds the specified object.
(Inherited from ProviderInfoDictionary KeyType .) | |
Clear |
Clears all the items.
(Inherited from ProviderDictionary TKey, TValue .) | |
ClearExpired |
Clears all the expired items.
(Inherited from ProviderDictionary TKey, TValue .) | |
ClearInternal |
Clears the internal dictionary
(Inherited from ProviderDictionary TKey, TValue .) | |
ClearOlder |
Removes the objects older that specified time.
(Inherited from ProviderDictionary TKey, TValue .) | |
Contains(Object) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .) | |
Contains(TKey) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .) | |
Contains(Object, TValue ) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .) | |
Contains(TKey, TValue ) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .) | |
ContainsInternal |
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderDictionary TKey, TValue .) | |
ContainsKey |
Returns true if the table contains specified record.
(Inherited from ProviderDictionary TKey, TValue .) | |
ConvertKey |
Converts the key to a specific type
(Overrides ProviderDictionary TKey, TValue ConvertKey(Object).) | |
Delete |
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionary TKey, TValue .) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRealCount |
Gets the real count of the objects in the dictionary
(Inherited from ProviderDictionary TKey, TValue .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
CheckLogTask |
Returns true if the logging of the tasks is enabled for the given object
(Inherited from ProviderInfoDictionary KeyType .) | |
Invalidate |
Invalidates the dictionary content.
(Inherited from ProviderDictionary TKey, TValue .) | |
LoadNextGeneration |
Loads the next generation of the objects.
(Inherited from ProviderDictionary TKey, TValue .) | |
LogWebFarmTask(String, String) |
Logs the web farm task with specified task data.
(Inherited from ProviderDictionary TKey, TValue .) | |
LogWebFarmTask(TKey, String) |
Logs the web farm task for specified object key.
(Inherited from ProviderDictionary TKey, TValue .) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NextGenerationAvailable |
Returns true if the next generation of the objects is available.
(Inherited from ProviderDictionary TKey, TValue .) | |
Remove(Object) |
Removes the specified object.
(Inherited from ProviderDictionary TKey, TValue .) | |
Remove(TKey) |
Removes the specified object.
(Inherited from ProviderDictionary TKey, TValue .) | |
Remove(TKey, Boolean) |
Removes the specified object.
(Inherited from ProviderDictionary TKey, TValue .) | |
RemoveInternal |
Removes the key from the internal dictionary
(Inherited from ProviderDictionary TKey, TValue .) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetInternal |
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderInfoDictionary KeyType .) | |
Update |
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionary TKey, TValue .) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
Name | Description | |
---|---|---|
DefaultWebFarmTaskType |
Web farm task type to log
(Inherited from ProviderDictionary TKey, TValue .) | |
mDataIsValid |
True if the dictionary content is valid.
(Inherited from ProviderDictionary TKey, TValue .) | |
mDictionary |
Inner dictionary.
(Inherited from ProviderDictionary TKey, TValue .) | |
mEnabled |
If true, the provider functionality is enabled.
(Inherited from ProviderDictionary TKey, TValue .) | |
mLogWebFarmTasks |
Logs web farm tasks.
(Inherited from ProviderDictionary TKey, TValue .) | |
mObjectLatency |
Object latency of the hashtable.
(Inherited from ProviderDictionary TKey, TValue .) | |
mParentCollection |
Parent dictionary collection.
(Inherited from ProviderDictionary TKey, TValue .) | |
mReloadDictionary |
If true, the dictionary should be reloaded.
(Inherited from ProviderDictionary TKey, TValue .) |
Properties
Name | Description | |
---|---|---|
ColumnNames |
Column names
(Inherited from ProviderDictionary TKey, TValue .) | |
Count |
Items count (all keys).
(Inherited from ProviderDictionary TKey, TValue .) | |
DataIsValid |
Returns true if the dictionary content is valid.
(Inherited from ProviderDictionary TKey, TValue .) | |
Dictionary |
Inner dictionary.
(Inherited from ProviderDictionary TKey, TValue .) | |
Enabled |
If true, the dictionary is enabled.
(Inherited from ProviderDictionary TKey, TValue .) | |
CheckValidity |
If true (default), the dictionary checks the validity of the object upon its retrieval and doesn't return invalid objects. The object must support invalidation in order to support this.
(Inherited from ProviderInfoDictionary KeyType .) | |
IsEmpty |
Returns true if the Dictionary is empty.
(Inherited from ProviderDictionary TKey, TValue .) | |
Item |
Dictionary indexer.
(Inherited from ProviderDictionary TKey, TValue .) | |
LogWebFarmTasks |
Gets / sets if the dictionary should log web farm tasks
(Inherited from ProviderDictionary TKey, TValue .) | |
Name |
Dictionary name.
(Inherited from ProviderDictionary TKey, TValue .) | |
ObjectLatency |
Object latency in minutes.
(Inherited from ProviderDictionary TKey, TValue .) | |
ObjectType |
Object type
(Inherited from ProviderDictionary TKey, TValue .) | |
ParentCollection |
Parent dictionary collection.
(Inherited from ProviderDictionary TKey, TValue .) | |
ReloadDictionary |
If true, the dictionary should be reloaded.
(Inherited from ProviderDictionary TKey, 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 ProviderDictionary TKey, TValue .) | |
UseWeakReferences |
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from ProviderDictionary TKey, TValue .) | |
Values |
Returns the values of the dictionary
(Inherited from ProviderDictionary TKey, TValue .) |
See Also