Offers an unified access point to activate methods that extract configuration variables from different reading sources known as persistence strategies.

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

Name Description
Public property Item (Overloaded) Gets the value of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Top
Name Description
Public method Static CreateWith Creates a new QuantumController to extract variables from a specific configuration domain.

A configuration domain is an abstract concept that allows for a single application to model different sources of configuration variables and values. For example these configuration domains can represent application execution environments like Development, Testing and Production; or it can be configurations for different application user roles like Administrators, Standard Users and Read Only Users.
Public method Static CreateWith<TPersistenceStrategy, TEncryptionStrategy> Creates a new QuantumController to extract variables from a specific configuration domain.

A configuration domain is an abstract concept that allows for a single application to model different sources of configuration variables and values. For example these configuration domains can represent application execution environments like Development, Testing and Production; or it can be configurations for different application user roles like Administrators, Standard Users and Read Only Users.
Public method Static CreateWith<TPersistenceStrategy> Creates a new QuantumController to extract variables from a specific configuration domain.

A configuration domain is an abstract concept that allows for a single application to model different sources of configuration variables and values. For example these configuration domains can represent application execution environments like Development, Testing and Production; or it can be configurations for different application user roles like Administrators, Standard Users and Read Only Users.
Public method Equals (Overloaded) Determines whether the specified object is equal to the current object. (inherited from Object).
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) Gets the values of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method GetMultivaluedVariableAs<TValue> (Overloaded) Gets as a IEnumerable<TValue> type, the values of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method GetSection Gets the section with the corresponding name, by requesting a read to the underlying persistence strategy.
Public method GetStructuredMultivaluedVariable (Overloaded) Gets the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method GetStructuredVariable (Overloaded) Gets the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method GetType (Overloaded) Gets the Type of the current instance. (inherited from Object).
Public method GetVariable (Overloaded) Gets the value of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method GetVariableAs<TValue> (Overloaded) Gets as a TValue type, the value of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method GetVariableNames (Overloaded) Gets the names of all the variables, by requesting a name reading to the underlying persistence strategy.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
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).
Public method TryGetMultivaluedVariable (Overloaded) Tries to get the values of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method TryGetMultivaluedVariableAs<TValue> (Overloaded) Tries to get as a IEnumerable<TValue> type, the values of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method TryGetVariable (Overloaded) Tries to get the value of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
Public method TryGetVariableAs<TValue> (Overloaded) Tries to get as a TValue type, the value of the variable with the corresponding name, by requesting a read to the underlying persistence strategy. If that value is encrypted a decryption request to the encryption strategy is automatically issued to ensure the deliver of plain values.
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