Class QrCodeInput
Inheritance
System.Object
QrCodeInput
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusAndroid.dll
public class QrCodeInput : Input, INotifyPropertyChanged
Constructors
Declaration
Declaration
public QrCodeInput(string qrCodePrefix, string barcodeValueLabelTextPrefix, bool masked, string labelText)
Parameters
Type |
Name |
Description |
System.String |
qrCodePrefix |
|
System.String |
barcodeValueLabelTextPrefix |
|
System.Boolean |
masked |
|
System.String |
labelText |
|
Declaration
public QrCodeInput(string qrCodePrefix, string barcodeValueLabelTextPrefix, bool masked, string labelText, string name)
Parameters
Type |
Name |
Description |
System.String |
qrCodePrefix |
|
System.String |
barcodeValueLabelTextPrefix |
|
System.Boolean |
masked |
|
System.String |
labelText |
|
System.String |
name |
|
Properties
Declaration
public override string DefaultName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Methods
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