DrawingObjectsSerializableList Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  SafeListDrawingObject
    GF.Clients.Charts.UtilsSafeSerializabeListDrawingObject
      GF.Clients.Charts.UtilsDrawingObjectsSerializableList

Namespace:  GF.Clients.Charts.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class DrawingObjectsSerializableList : SafeSerializabeList<DrawingObject>

The DrawingObjectsSerializableList type exposes the following members.

Constructors

  NameDescription
Public methodDrawingObjectsSerializableList
Top
Properties

  NameDescription
Public propertyCount (Inherited from SafeListDrawingObject.)
Public propertyItem (Inherited from SafeListDrawingObject.)
Public propertySyncRoot (Inherited from SafeListDrawingObject.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from SafeListDrawingObject.)
Public methodAddRange (Inherited from SafeListDrawingObject.)
Public methodAny (Inherited from SafeListDrawingObject.)
Public methodClear (Inherited from SafeListDrawingObject.)
Public methodClearValues (Inherited from SafeListDrawingObject.)
Public methodContains (Inherited from SafeListDrawingObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractIf (Inherited from SafeListDrawingObject.)
Public methodFind (Inherited from SafeListDrawingObject.)
Public methodFindIndex (Inherited from SafeListDrawingObject.)
Public methodForEach (Inherited from SafeListDrawingObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSchema (Inherited from SafeSerializabeListT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadXml (Inherited from SafeSerializabeListT.)
Public methodRemove (Inherited from SafeListDrawingObject.)
Public methodRemoveAt (Inherited from SafeListDrawingObject.)
Public methodRemoveIf (Inherited from SafeListDrawingObject.)
Public methodToList (Inherited from SafeListDrawingObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteXml (Overrides SafeSerializabeListTWriteXml(XmlWriter).)
Top
See Also

Reference