EISDatapoint Class |
The EISDatapoint type exposes the following members.
Name | Description | |
---|---|---|
EISDatapoint | Obsolete. Initializes a new instance of the EISDatapoint class. | |
EISDatapoint(EISValue) | Initializes a new instance of the EISDatapoint class. | |
EISDatapoint(Double, Complex) | Initializes a new instance of the EISDatapoint class. | |
EISDatapoint(EISValue, Boolean) | Initializes a new instance of the EISDatapoint class. | |
EISDatapoint(Double, Complex, Boolean) | Initializes a new instance of the EISDatapoint class. | |
EISDatapoint(Double, Double, Double) | Initializes a new instance of the EISDatapoint class. | |
EISDatapoint(Double, Double, Double, Boolean) | Initializes a new instance of the EISDatapoint class. |
Name | Description | |
---|---|---|
Active | Gets or sets a value indicating whether the value is active. | |
Impedance | Gets or sets the impedance value of the datapoint. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. | |
IsActive(Limits) | Checks if the point is active based on the Active property and the frequency limits. | |
IsActive(Double, Double) | Checks if the point is active based on the Active property and the frequency limits. | |
ReadXml | Generates an object from its XML representation. | |
WriteXml | Converts an object into its XML representation. |
Name | Description | |
---|---|---|
Equality(EISDatapoint, EISDatapoint) | Checks if the two objects have equal values. | |
Inequality(EISDatapoint, EISDatapoint) | Checks if the two objects have unequal values. |