Click or drag to resize

MetadataValueList Class

Implements a list of double values that has an assigned metadata name.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDouble
    RelaxIS_SDK.Common.FileFormatMetadataValueList

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class MetadataValueList : List<double>, 
	IXmlSerializable

The MetadataValueList type exposes the following members.

Constructors
 NameDescription
Public methodMetadataValueList Initializes a new instance of the MetadataValueList class.
Public methodMetadataValueList(Int32) Initializes a new instance of the MetadataValueList class.
Public methodMetadataValueList(String) Initializes a new instance of the MetadataValueList class.
Public methodMetadataValueList(String, IEnumerableDouble) Initializes a new instance of the MetadataValueList class.
Top
Properties
 NameDescription
Public propertyMetadataName Gets or sets the metadata name of this list.
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