Search Results for

    Show / Hide Table of Contents

    Class Button

    Class representing a single button

    Inheritance
    Object
    Button
    Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
    Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
    Syntax
    public class Button : Object

    Constructors

    Button()

    Declaration
    public Button()

    Properties

    ButtonCode

    The code of the button

    Declaration
    public int ButtonCode { get; set; }
    Property Value
    Type Description
    Int32

    ButtonId

    Id

    Declaration
    public string ButtonId { get; set; }
    Property Value
    Type Description
    String

    Name

    Name of the button

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Screen

    The Screen on which this button is displayed. This property is not transferred, but should be determined when deserializing the result.

    Declaration
    public Screen Screen { get; set; }
    Property Value
    Type Description
    Screen

    Text

    (Localized) text of the button

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    String
    In This Article
    Back to top Generated by DocFX