Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| Count | (Inherited from SafeListT.) | |
| Item | (Inherited from SafeListT.) | |
| SyncRoot | (Inherited from SafeListT.) |
Methods
| Name | Description | |
|---|---|---|
| Add | (Inherited from SafeListT.) | |
| AddRange | (Inherited from SafeListT.) | |
| Any | (Inherited from SafeListT.) | |
| Clear | (Inherited from SafeListT.) | |
| ClearValues | (Inherited from SafeListT.) | |
| Contains | (Inherited from SafeListT.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExtractIf | (Inherited from SafeListT.) | |
| Find | (Inherited from SafeListT.) | |
| FindIndex | (Inherited from SafeListT.) | |
| ForEach | (Inherited from SafeListT.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSchema | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReadXml | ||
| Remove | (Inherited from SafeListT.) | |
| RemoveAt | (Inherited from SafeListT.) | |
| RemoveIf | (Inherited from SafeListT.) | |
| ToList | (Inherited from SafeListT.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteXml |
See Also