Click or drag to resize

EnumProperty Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.ConfigurationProperty
    Com.Datalogic.Device.ConfigurationEnumProperty

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 EnumProperty : Property

The EnumProperty type exposes the following members.

Constructors
  NameDescription
Public methodEnumProperty
Initializes a new instance of the EnumProperty class
Top
Properties
  NameDescription
Public propertyDefault
Gets the default value of the Property.
(Inherited from Property.)
Public propertyEnum
Returns the class object corresponding to the Enum
Public propertyId
Gets the integer value of the unique identifier PropertyID
(Inherited from Property.)
Public propertyIsReadOnly
Returns whether a Property is read only or not.
(Inherited from Property.)
Public propertyIsSupported
Returns whether a Property is supported or not.
(Inherited from Property.)
Public propertyJniPeerMembers
To be added.
(Overrides PropertyJniPeerMembers.)
Public propertyName
Gets the name of the unique identifier PropertyID
(Inherited from Property.)
Public propertyNeedReboot
Returns whether a Property needs a device reboot to be applied or not.
(Inherited from Property.)
Public propertyType
Gets the type of the Property.
(Inherited from Property.)
Top
Methods
  NameDescription
Public methodGet
Gets the current value of the Property.
(Inherited from Property.)
Public methodGetEnumConstants
Returns the allowed elements of the Enum.
Public methodLoad
Loads the property with the current set values, through a PropertyGetter.
(Inherited from Property.)
Public methodSet
Sets the value of the property.
(Inherited from Property.)
Public methodStore
Stores the Property value, applying them.
(Inherited from Property.)
Top
Remarks
EnumProperty is the class that implements the property of type Enum.

[Android Documentation]

See Also