Class InputOption
Inheritance
System.Object
InputOption
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Configuration.Input
Assembly: Snowflake.Framework.dll
Syntax
public class InputOption : IInputOption
Properties
KeyName
Declaration
public string KeyName { get; }
Property Value
Type | Description |
---|---|
System. |
OptionName
Declaration
public string OptionName { get; }
Property Value
Type | Description |
---|---|
System. |
OptionType
Declaration
public DeviceCapabilityClass OptionType { get; }
Property Value
Type | Description |
---|---|
Device |
TargetElement
Declaration
public ControllerElement TargetElement { get; }
Property Value
Type | Description |
---|---|
Controller |