Click or drag to resize

BooleanProperty Class

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

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

The BooleanProperty type exposes the following members.

Constructors
  NameDescription
Public methodBooleanProperty
Initializes a new instance of the BooleanProperty class
Top
Properties
  NameDescription
Public propertyDefault
Gets the default value of the Property.
(Inherited from Property.)
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 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
BooleanProperty is the class that implements the property of type Boolean.

[Android Documentation]

See Also