Click or drag to resize

MultipleChoiceProperty Class

MultipleChoicePropertygetChoices()getAllowedValues()
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.MultipleChoiceProperty

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MultipleChoiceProperty : Property

The MultipleChoiceProperty type exposes the following members.

Constructors
NameDescription
Public methodMultipleChoiceProperty
Initializes a new instance of the MultipleChoiceProperty class
Public methodMultipleChoiceProperty
Initializes a new instance of the MultipleChoiceProperty class
Top
Properties
NameDescription
Public propertyChoices
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodGetAllowedValues
Returns the allowed values of the property.
Top
Remarks
MultipleChoiceProperty is the class that implements the property of type MultipleChoice. The single choices are defined by the class that can be retrieved calling getChoices(). The value of the property is a combination of single choices. The combinations of the single choices that are allowed values can be retrieved calling getAllowedValues().

[Android Documentation]

See Also