XmlTestStoreParameters Class

Definition

Class to contain optional parameters to the persistence process. A class that implements IPersistable can use the parameter values to define its load and save behavior.

public ref class XmlTestStoreParameters sealed : System::Collections::Generic::Dictionary<System::String ^, System::Object ^>
[System.Serializable]
public sealed class XmlTestStoreParameters : System.Collections.Generic.Dictionary<string,object>
[<System.Serializable>]
type XmlTestStoreParameters = class
    inherit Dictionary<string, obj>
Public NotInheritable Class XmlTestStoreParameters
Inherits Dictionary(Of String, Object)
Inheritance
XmlTestStoreParameters
Attributes

Methods

Contains(String)
GetParameters()

Gets the parameters to the persistence process.

Applies to