Class Button
Class representing a single 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.
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 |