UpdatableCollection<Key, T> Members
Include Protected Members
Include Inherited Members
Represents the base class for collections with specified value type and key type.
The UpdatableCollection<Key, T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdatableCollection<Key, T> | Initializes a new instance of the UpdatableCollection<Key, T> class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of key/value pairs contained in the collection. | |
Item | Gets the value associated with the specified key. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Determines whether the collection contains the specified key. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
ForceRefresh | Resets the last time the collection was accessed to the minimum date value. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the values of the collection with data from the data source. | |
ToArray | Creates an array that contains the values of the collection. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
refreshInterval | Represents the maximum interval value, in seconds, before the data in the collection is considered stale. The default value is 5 seconds. | |
values | Represents the collection of keys and values with specified type. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
Top