Inheritance Hierarchy
System.Collections.GenericSortedListString, IAutoAnnotationProvider
GF.Clients.Charts.ProfilesAutoAnnotationStorage
Namespace: GF.Clients.Charts.Profiles
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public class AutoAnnotationStorage : SortedList<string, IAutoAnnotationProvider>, IXmlSerializable
The AutoAnnotationStorage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutoAnnotationStorage |
Properties
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the number of elements that the SortedListTKey, TValue can contain. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Comparer | Gets the IComparerT for the sorted list. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Count | Gets the number of key/value pairs contained in the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Item | Gets or sets the value associated with the specified key. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Keys | Gets a collection containing the keys in the SortedListTKey, TValue, in sorted order. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Values | Gets a collection containing the values in the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an element with the specified key and value into the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Clear | Removes all elements from the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| ContainsKey | Determines whether the SortedListTKey, TValue contains a specific key. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| ContainsValue | Determines whether the SortedListTKey, TValue contains a specific value. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetProps | ||
| GetSchema | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOfKey | Searches for the specified key and returns the zero-based index within the entire SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| IndexOfValue | Searches for the specified value and returns the zero-based index of the first occurrence within the entire SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| ReadXml | ||
| RegisterExternal | ||
| Remove | Removes the element with the specified key from the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| RemoveAt | Removes the element at the specified index of the SortedListTKey, TValue. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TrimExcess | Sets the capacity to the actual number of elements in the SortedListTKey, TValue, if that number is less than 90 percent of current capacity. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| TryGetValue | Gets the value associated with the specified key. (Inherited from SortedListString, IAutoAnnotationProvider.) | |
| WriteXml |
See Also