Click or drag to resize

PropertyType Class

PropertyType
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.PropertyType

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 PropertyType : Enum

The PropertyType type exposes the following members.

Properties
NameDescription
Public propertyBlobProperty
To be added.
Public propertyBooleanProperty
To be added.
Public propertyCharacterProperty
To be added.
Public propertyEnumProperty
To be added.
Public propertyInvalidProperty
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyMultichoiceProperty
To be added.
Public propertyNumericProperty
To be added.
Public propertyTextProperty
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
PropertyType is the enumerative class representing the Property types.

[Android Documentation]

See Also