Persistence |
The PersistenceKeyValuePair type exposes the following members.
Name | Description | |
---|---|---|
PersistenceKeyValuePair | Initializes a new instance of the PersistenceKeyValuePair class. | |
PersistenceKeyValuePair(String, IEnumerableByte) | Initializes a new instance of the PersistenceKeyValuePair class. | |
PersistenceKeyValuePair(String, Double) | Initializes a new instance of the PersistenceKeyValuePair class. | |
PersistenceKeyValuePair(String, Int64) | Initializes a new instance of the PersistenceKeyValuePair class. | |
PersistenceKeyValuePair(String, String) | Initializes a new instance of the PersistenceKeyValuePair class. |
Name | Description | |
---|---|---|
DoubleValue | Gets or sets the double value. | |
ImageValue | Gets or sets the image value as a list of bytes in PNG format. | |
Key | Gets or sets the key. | |
LongValue | Gets or sets the long value. | |
StringValue | Gets or sets the string value. | |
Type | Gets or sets the value type. |
Name | Description | |
---|---|---|
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. | |
ReadXml | Generates an object from its XML representation. | |
WriteXml | Converts an object into its XML representation. |