Click or drag to resize

PersistenceKeyValuePair Class

Defines a class that is used to persist values in a common format.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.CommonPersistenceKeyValuePair

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

The PersistenceKeyValuePair type exposes the following members.

Constructors
 NameDescription
Public methodPersistenceKeyValuePair Initializes a new instance of the PersistenceKeyValuePair class.
Public methodPersistenceKeyValuePair(String, IEnumerableByte) Initializes a new instance of the PersistenceKeyValuePair class.
Public methodPersistenceKeyValuePair(String, Double) Initializes a new instance of the PersistenceKeyValuePair class.
Public methodPersistenceKeyValuePair(String, Int64) Initializes a new instance of the PersistenceKeyValuePair class.
Public methodPersistenceKeyValuePair(String, String) Initializes a new instance of the PersistenceKeyValuePair class.
Top
Properties
 NameDescription
Public propertyDoubleValue Gets or sets the double value.
Public propertyImageValue Gets or sets the image value as a list of bytes in PNG format.
Public propertyKey Gets or sets the key.
Public propertyLongValue Gets or sets the long value.
Public propertyStringValue Gets or sets the string value.
Public propertyType Gets or sets the value type.
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