Assembly: Keystone.Clockwork.To.Quantum (in Keystone.Clockwork.To.Quantum.dll)

Name Description
Public class 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.
Public class 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.
Public class GetSection By using Keystone Quantum, gets the desired configuration section and its variables by requesting a read to the underlying persistence strategy.
Public class 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.
Public class 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.
Public class 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.
Public class 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.
Public class GetVariableNames By using Keystone Quantum, gets the names of all variables by requesting a name reading to the underlying persistence strategy.
Public class 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.
Public class TryGetMultivaluedVariableAs<TValue>
Public class 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.
Public class 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.
Top

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono