Show / Hide Table of Contents

    Class ItemPickerInput

    Inheritance
    System.Object
    Input
    ItemPickerInput
    ItemPickerDialogInput
    ItemPickerPageInput
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Input.EFFECT_RESOLUTION_GROUP_NAME
    Input.CreateLabel(Int32)
    Input.GetLabelText(Int32)
    Input.GetView(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.Value
    Input.Complete
    Input.Valid
    Input.Store
    Input.Latitude
    Input.Longitude
    Input.LocationUpdateTimestamp
    Input.Enabled
    Input.DefaultName
    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 abstract class ItemPickerInput : Input, INotifyPropertyChanged

    Constructors

    ItemPickerInput()

    Declaration
    public ItemPickerInput()

    ItemPickerInput(String)

    Declaration
    public ItemPickerInput(string labelText)
    Parameters
    Type Name Description
    System.String labelText

    ItemPickerInput(String, String)

    Declaration
    public ItemPickerInput(string labelText, string name)
    Parameters
    Type Name Description
    System.String labelText
    System.String name

    Properties

    IncludeOtherOption

    Whether or not to include an Other option in the list of items.

    Declaration
    [OnOffUiProperty("Include \"Other\" Option:", true, 13)]
    public bool IncludeOtherOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if include other option; otherwise, false.

    OtherOptionText

    The text to show for the "Other" option in a multiple-choice list.

    Declaration
    [EntryStringUiProperty("Text for \"Other\" Option:", true, 14, false)]
    public string OtherOptionText { get; set; }
    Property Value
    Type Description
    System.String

    The other option text.

    RandomizeItemOrder

    Whether or not to randomize the order of items to choose from.

    Declaration
    [OnOffUiProperty("Randomize Item Order:", true, 12)]
    public bool RandomizeItemOrder { get; set; }
    Property Value
    Type Description
    System.Boolean

    true to randomize item order; otherwise, false.

    Implements

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