The following tables list the members exposed by the Keystone.Quantum type.
| Name | Description | |
|---|---|---|
|
BaseVariable | The base class of any configuration variable. |
|
EncryptionStrategy | The base class of any receiver of a QuantumController variable decrypting requests, and whose purpose is to restore encrypted configuration variables to its original plain form. |
|
MultivaluedVariable | Represents an application configuration variable that can hold multiple values at a time. |
|
PersistenceStrategy | 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. |
|
QuantumController | Offers an unified access point to activate methods that extract configuration variables from different reading sources known as persistence strategies. |
|
Section | Represents a group of configuration variables that share a common meaning for the application configuration needs. Connection strings and access granting rules are examples of these groups. |
|
Variable | Represents an application configuration variable that can hold only one value at a time. |