Click or drag to resize

Property Class

Inheritance Hierarchy

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 abstract class Property : Object

The Property type exposes the following members.

Constructors
  NameDescription
Public methodProperty
Initializes a new instance of the Property class
Top
Properties
  NameDescription
Public propertyDefault
Gets the default value of the Property.
Public propertyId
Gets the integer value of the unique identifier PropertyID
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
Gets the name of the unique identifier PropertyID
Public propertyNeedReboot
Returns whether a Property needs a device reboot to be applied or not.
Public propertyType
Gets the type of the Property.
Top
Methods
  NameDescription
Public methodStatic memberFindPropertybyId
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 methodStatic memberLoadlist
Loads and sync the current set values into all the Properties contained in the passed list.
Public methodSet
Sets the value of the property.
Public methodStore
Stores the Property value, applying them.
Public methodStatic memberStorelist
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