AutoAnnotationStorage Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodAutoAnnotationStorage
Top
Properties

  NameDescription
Public propertyCapacity (Inherited from SortedListString, IAutoAnnotationProvider.)
Public propertyComparer (Inherited from SortedListString, IAutoAnnotationProvider.)
Public propertyCount (Inherited from SortedListString, IAutoAnnotationProvider.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from SortedListString, IAutoAnnotationProvider.)
Public propertyKeys (Inherited from SortedListString, IAutoAnnotationProvider.)
Public propertyValues (Inherited from SortedListString, IAutoAnnotationProvider.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodClear (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodContainsKey (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodContainsValue (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProps
Public methodGetSchema
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOfKey (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodIndexOfValue (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodReadXml
Public methodStatic memberRegisterExternal
Public methodRemove (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodRemoveAt (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimExcess (Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from SortedListString, IAutoAnnotationProvider.)
Public methodWriteXml
Top
See Also

Reference