The base class of any receiver of a QuantumController variable extraction requests, and whose purpose is to read configuration variables from its underlying channel or media.

The following tables list the members exposed by the PersistenceStrategy type.

Name Description
Public method Equals (Overloaded) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method ExistMultivaluedVariable Decorates and routes multivalued variable existence checking requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete existence checking handling, to the method OnExistMultivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
Public method ExistsMultivaluedVariable Decorates and routes multivalued variable existence checking requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete existence checking handling, to the method OnExistsMultivaluedVariable(string,string) implemented by the subclasses of PersistenceStrategy.
Public method ExistsUnivaluedVariable (Overloaded) Decorates and routes univalued variable existence checking requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete existence checking handling, to the method OnExistsUnivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetMultivaluedVariable (Overloaded) Decorates and routes configuration multivalued variable reading requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete reading handling, to the method OnGetMultivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
Public method GetSection Decorates and routes configuration section reading requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete reading handling, to the method OnGetSection(string) implemented by the subclasses of PersistenceStrategy.
Public method GetType (Overloaded) Gets the Type of the current instance. (inherited from Object).
Public method GetUnivaluedVariable (Overloaded) Decorates and routes configuration univalued variable reading requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete reading handling, to the method OnGetUnivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
Public method GetVariableNames (Overloaded) Decorates and routes configuration variable names extraction requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete extraction handling, to the method OnGetVariableNames implemented by the subclasses of PersistenceStrategy.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method OnExistMultivaluedVariable Handles the request to check for the existence of a specific MultivaluedVariable.
Protected method OnExistsMultivaluedVariable Handles the request to check for the existence of a specific MultivaluedVariable.
Protected method OnExistsUnivaluedVariable (Overloaded) Handles the request to check for the existence of a specific Variable.
Protected method OnGetMultivaluedVariable (Overloaded) Handles the request to read a specific MultivaluedVariable.
Protected method OnGetSection Handles the request to read a specific Section.
Protected method OnGetUnivaluedVariable (Overloaded) Handles the request to read a specific Variable.
Protected method OnGetVariableNames (Overloaded) Handles the request to extract the configuration variable names.
Protected method OnInitialize Handles the request to initialize an PersistenceStrategy.
Public method Static ReferenceEquals Determines whether the specified Object instances are the same instance. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Name Description
Public extension method FromNullable Converts object values to nullable relational data store values. (Defined by Object_ToNullable).
Public extension method GetAttribute Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes).
Public extension method GetAttribute<TAtribute> (Overloaded) Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes).
Public extension method GetAttributes Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes).
Public extension method GetAttributes<TAtribute> (Overloaded) Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes).
Public extension method ToNullable<T> Converts nullable relational data store values to Nullable<T>. (Defined by Object_ToNullable).
Top