Class Feedback
Control frame feedback.
Inheritance
System.Object
Feedback
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class Feedback : object
Constructors
Feedback(String, String)
Initializes a new instance of the Feedback class.
Declaration
public Feedback(string type, string parameter)
Parameters
Type | Name | Description |
---|---|---|
System.String | type | The type. |
System.String | parameter | The parameter. |
Properties
Parameter
Gets the parameter.
Declaration
public string Parameter { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |