IXmlTestStore Interface

Definition

Provides a mechanism for custom persistence logic.

public interface class IXmlTestStore
public interface IXmlTestStore
type IXmlTestStore = interface
Public Interface IXmlTestStore
Derived

Methods

Load(XmlElement, XmlTestStoreParameters)

Loads the class from the provided XML element.

Save(XmlElement, XmlTestStoreParameters)

Saves the class under the specified XmlElement.

Applies to