Class NumberEntryInput
Inheritance
System.Object
NumberEntryInput
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusAndroid.dll
Syntax
public class NumberEntryInput : Input, INotifyPropertyChanged, IVariableDefiningInput
Constructors
NumberEntryInput()
Declaration
public NumberEntryInput()
NumberEntryInput(String)
Declaration
public NumberEntryInput(string labelText)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
NumberEntryInput(String, String)
Declaration
public NumberEntryInput(string labelText, string name)
Parameters
Type |
Name |
Description |
System.String |
labelText |
|
System.String |
name |
|
Properties
DefaultName
Declaration
public override string DefaultName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
DefinedVariable
The name of the variable in VariableValueUiProperty that this input should
define the value for. For example, if you wanted this input to supply the value for a variable
named study-name
, then set this field to study-name
and the user's selection will be used as
the value for this variable.
Declaration
[EntryStringUiProperty("Define Variable:", true, 15, false)]
public string DefinedVariable { get; set; }
Property Value
Type |
Description |
System.String |
The defined variable.
|
Enabled
Declaration
public override bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Value
Declaration
public override object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Methods
GetView(Int32)
Declaration
public override View GetView(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
Xamarin.Forms.View |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged