Click or drag to resize

Property Class

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

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 Property

The Property type exposes the following members.

Constructors
NameDescription
Public methodProperty
Initializes a new instance of the Property class
Public methodProperty
Initializes a new instance of the Property class
Top
Properties
NameDescription
Public propertyDefault
To be added.
Public propertyId
To be added.
Public propertyIsReadOnly
Returns whether a Property is read only or not.
Public propertyIsSupported
Returns whether a Property is supported or not.
Public propertyJniPeerMembers
To be added.
Public propertyName
To be added.
Public propertyNeedReboot
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyType
To be added.
Top
Methods
NameDescription
Public methodFindPropertybyId
Finds the corresponding Property matching the passed ID, in a list of Properties.
Public methodGet
Gets the current value of the Property.
Public methodLoad
Loads the property with the current set values, through a PropertyGetter.
Public methodLoadlist
Loads and sync the current set values into all the Properties contained in the passed list.
Public methodSet
Sets the value of the property, it is not applied to the device.
Public methodSetToDefault
Resets to the default value the property.
Public methodStore
Stores the Property value, applying them.
Public methodStorelist
Stores and applies all the Properties and their current associated values.
Top
Remarks
Property is the abstract class that represents a generic Property of type T.

[Android Documentation]

See Also