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.
Top
Top
Top
The following tables list the members exposed by the JsonPersistence type.
Name | Description | |
---|---|---|
JsonPersistence | (Overloaded) Creates a new JsonPersistence strategy. |
Name | Description | |
---|---|---|
Equals | (Overloaded) Determines whether the specified object is equal to the current object. (inherited from Object). | |
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). | |
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). | |
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). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
GetHashCode | Serves as the default hash function. (inherited from Object). | |
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). | |
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). | |
GetType | (Overloaded) Gets the Type of the current instance. (inherited from Object). | |
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). | |
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). | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
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. | |
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. | |
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. | |
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. | |
OnGetSection | By reading the string-formatted sections of the underlying JSON file, this inversion control method handles the request to read a specific Section. | |
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. | |
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. | |
OnInitialize | By reading the string-formatted variables of the underlying JSON file, this inversion control method handles the request to initialize a JsonPersistence strategy. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object). | |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
FromNullable | Converts object values to nullable relational data store values. (Defined by Object_ToNullable). | |
GetAttribute | Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes). | |
GetAttribute<TAtribute> | (Overloaded) Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes). | |
GetAttributes | Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes). | |
GetAttributes<TAtribute> | (Overloaded) Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes). | |
ToNullable<T> | Converts nullable relational data store values to Nullable<T>. (Defined by Object_ToNullable). |