Struct MetersetValue
Represents a meterset value.
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: VMS.TPS.Common.Model.Types
Assembly: VMS.TPS.Common.Model.Types.dll
Syntax
public struct MetersetValue : IXmlSerializable
Constructors
MetersetValue(Double, DosimeterUnit)
Constructs a MetersetValue.
Declaration
public MetersetValue(double value, DosimeterUnit unit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | Value for this instance. |
DosimeterUnit | unit | Unit for this instance. |
Properties
Unit
The unit of this instance.
Declaration
public DosimeterUnit Unit { get; }
Property Value
Type | Description |
---|---|
DosimeterUnit |
Value
The value of this instance.
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
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. |
WriteXml(XmlWriter)
Serialization support.
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer | The System.Xml.XmlWriter stream to which the object is serialized. |
Implements
System.Xml.Serialization.IXmlSerializable