Show / Hide Table of Contents

    Class QrCodeInput

    Inheritance
    System.Object
    Input
    QrCodeInput
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Input.EFFECT_RESOLUTION_GROUP_NAME
    Input.CreateLabel(Int32)
    Input.GetLabelText(Int32)
    Input.SetView(View)
    Input.Reset()
    Input.ValueMatches(Object, Boolean)
    Input.Copy(Boolean)
    Input.ToString()
    Input.Name
    Input.Id
    Input.GroupId
    Input.LabelText
    Input.LabelFontSize
    Input.DisplayNumber
    Input.Complete
    Input.Valid
    Input.Store
    Input.Latitude
    Input.Longitude
    Input.LocationUpdateTimestamp
    Input.Required
    Input.Viewed
    Input.CompletionTimestamp
    Input.DisplayConditions
    Input.BackgroundColor
    Input.Padding
    Input.Frame
    Input.CompletionRecords
    Input.StoreCompletionRecords
    Input.Display
    Input.SubmissionTimestamp
    Input.Caption
    Input.TriggeringDatum
    Input.PropertyChanged
    Namespace: Sensus.UI.Inputs
    Assembly: SensusAndroid.dll
    Syntax
    public class QrCodeInput : Input, INotifyPropertyChanged

    Constructors

    QrCodeInput()

    Declaration
    public QrCodeInput()

    QrCodeInput(String, String, Boolean, String)

    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

    QrCodeInput(String, String, Boolean, String, String)

    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

    DefaultName

    Declaration
    public override string DefaultName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Input.DefaultName

    Enabled

    Declaration
    public override bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    Input.Enabled

    Value

    Declaration
    public override object Value { get; }
    Property Value
    Type Description
    System.Object
    Overrides
    Input.Value

    Methods

    GetView(Int32)

    Declaration
    public override View GetView(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Xamarin.Forms.View
    Overrides
    Input.GetView(Int32)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX