The following tables list the members exposed by the Keystone.Clockwork.To.Quantum type.
| Name | Description | |
|---|---|---|
|
GetMultivaluedVariable | By using Keystone Quantum, gets the values of the desired variable 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. |
|
GetMultivaluedVariableAs<TValue> | By using Keystone Quantum, gets as a IEnumerable<TValue>, the values of the desired variable 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. |
|
GetSection | By using Keystone Quantum, gets the desired configuration section and its variables by requesting a read to the underlying persistence strategy. |
|
GetStructuredMultivaluedVariable | By using Keystone Quantum, gets the values of the desired variable 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. |
|
GetStructuredVariable | By using Keystone Quantum, gets the value of the desired variable 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. |
|
GetVariable | By using Keystone Quantum, gets the value of the desired variable 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. |
|
GetVariableAs<TValue> | By using Keystone Quantum, gets as TValue, the value of the desired variable 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. |
|
GetVariableNames | By using Keystone Quantum, gets the names of all variables by requesting a name reading to the underlying persistence strategy. |
|
TryGetMultivaluedVariable | By using Keystone Quantum, tries to get the values of the desired variable 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. |
|
TryGetMultivaluedVariableAs<TValue> | |
|
TryGetVariable | By using Keystone Quantum, tries to get the value of the desired variable 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. |
|
TryGetVariableAs<TValue> | By using Keystone Quantum, tries to get as a TValue, the value of the desired variable 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. |