Uses a JSON file to concretely implement the handling of QuantumController configuration variables reading requests.

Any change made in the underlying JSON file will be automatically refreshed by the instances of this class.

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

Name Description
Public constructor JsonPersistence (Overloaded) Creates a new JsonPersistence strategy.
Top
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. (inherited from 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. (inherited from 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. (inherited from 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. (inherited from 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. (inherited from 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. (inherited from 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. (inherited from PersistenceStrategy).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method OnExistMultivaluedVariable By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to check for the existence of a specific MultivaluedVariable.
Protected method OnExistsMultivaluedVariable By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to check for the existence of a specific MultivaluedVariable.
Protected method OnExistsUnivaluedVariable (Overloaded) By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to check for the existence of a specific Variable.
Protected method OnGetMultivaluedVariable (Overloaded) By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to read a specific MultivaluedVariable.
Protected method OnGetSection By reading the string-formatted sections of the underlying JSON file, this inversion control method handles the request to read a specific Section.
Protected method OnGetUnivaluedVariable (Overloaded) By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to read a specific Variable.
Protected method OnGetVariableNames (Overloaded) By reading the variable names of the underlying JSON file, this inversion control method handles the request to extract the configuration variable names.
Protected method OnInitialize By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to initialize a JsonPersistence strategy.
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