Class MeasurementPointListData
Response with list of measurement point ID
Since 2.0.6 version
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class MeasurementPointListData : ResponseData
Constructors
MeasurementPointListData()
Initialisiert eine neue Instanz der MeasurementPointListData Klasse.
Initializes a new instance of the MeasurementPointListData class.
Declaration
public MeasurementPointListData()
Properties
PointList
Declaration
public Collection<string> PointList { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<System.String> |
PointListSpecified
Ruft einen Wert ab, der angibt, ob die PointList-Collection leer ist.
Gets a value indicating whether the PointList collection is empty.
Declaration
public bool PointListSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |