Namespace Snowflake.Configuration.Input
Classes
DictionaryInputMapping
A JSON deseriazable input mapping backed by a simple dictionary lookup. todo: make this free from newtonsoft.json
InputConfigurationSection<T>
InputOption
InputOptionAttribute
Marks an attribute as an input option
InputTemplate<T>
Interfaces
IDeviceInputMapping
Maps controller elements onto the string representation of the element for the configuration.
IInputOption
Represents an input configuration option
IInputSerializer
Serializes input configuration
IInputTemplate
Represents an input configuration template from which valid input configuration can be serialized.
IInputTemplate<T>
Represents an input configuration template from which valid input configuration can be serialized. The implementation of which is a wrapper around an interface that implements this interface.