Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0