SafeSerializabeListT Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  SafeListT
    GF.Clients.Charts.UtilsSafeSerializabeListT
      GF.Clients.Charts.UtilsDrawingObjectsSerializableList

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

public abstract class SafeSerializabeList<T> : SafeList<T>, 
	IXmlSerializable
where T : class

Type Parameters

T

The SafeSerializabeListT type exposes the following members.

Properties

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

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

Reference