Click or drag to resize

Metadata Class

This represents a secondary parameter like AC Voltage or temperature.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonMetadata

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Metadata : IXmlSerializable

The Metadata type exposes the following members.

Constructors
 NameDescription
Public methodMetadata Initializes a new instance of the Metadata class.
Public methodMetadata(String, Double) Initializes a new instance of the Metadata class.
Top
Properties
 NameDescription
Public propertyName Gets or sets metadata name.
Public propertyValue Gets or sets the metadata value.
Top
Methods
 NameDescription
Public methodGetSchemaThis 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.
Public methodReadXmlGenerates an object from its XML representation.
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also