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.
Top
Top
The following tables list the members exposed by the PersistenceStrategy type.
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
OnExistMultivaluedVariable | Handles the request to check for the existence of a specific MultivaluedVariable. | |
OnExistsMultivaluedVariable | Handles the request to check for the existence of a specific MultivaluedVariable. | |
OnExistsUnivaluedVariable | (Overloaded) Handles the request to check for the existence of a specific Variable. | |
OnGetMultivaluedVariable | (Overloaded) Handles the request to read a specific MultivaluedVariable. | |
OnGetSection | Handles the request to read a specific Section. | |
OnGetUnivaluedVariable | (Overloaded) Handles the request to read a specific Variable. | |
OnGetVariableNames | (Overloaded) Handles the request to extract the configuration variable names. | |
OnInitialize | Handles the request to initialize an PersistenceStrategy. | |
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). |