EISDatapoint Methods |
The EISDatapoint type exposes the following members.
| 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. |