Search Results for

    Show / Hide Table of Contents

    Class SerializableObject

    Base class for objects that can be serialized.

    Inheritance
    System.Object
    SerializableObject
    ApiDataObject
    Application
    BeamCalculationLog
    Bolus
    CalculateBrachy3DDoseResult
    ControlPoint
    ControlPointCollection
    DVHData
    DVHEstimationModelStructure
    DVHEstimationModelSummary
    IonControlPointCollection
    IonSpot
    IonSpotCollection
    IonSpotParameters
    IonSpotParametersCollection
    Isodose
    LateralSpreadingDeviceSettings
    OptimizationObjective
    OptimizationParameter
    OptimizationSetup
    PatientSummary
    ProtocolPhaseMeasure
    ProtocolPhasePrescription
    RangeModulatorSettings
    RangeShifterSettings
    RTPrescriptionConstraint
    RTPrescriptionOrganAtRisk
    RTPrescriptionTargetConstraints
    SearchBodyParameters
    SegmentVolume
    StructureCode
    TreatmentUnitOperatingLimits
    User
    Implements
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public abstract class SerializableObject : IXmlSerializable

    Methods

    ClearSerializationHistory()

    This member is internal to the Eclipse Scripting API.

    Declaration
    public static void ClearSerializationHistory()

    GetSchema()

    This member is internal to the Eclipse Scripting API.

    Declaration
    public XmlSchema GetSchema()
    Returns
    Type Description
    System.Xml.Schema.XmlSchema

    XmlSchema

    ReadXml(XmlReader)

    This member is internal to the Eclipse Scripting API.

    Declaration
    public void ReadXml(XmlReader reader)
    Parameters
    Type Name Description
    System.Xml.XmlReader reader

    XmlReader

    Implements

    System.Xml.Serialization.IXmlSerializable
    In This Article
    Back to top