Click or drag to resize

BlobProperty Class

BlobPropertySerializableBlob
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.BlobProperty

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

The BlobProperty type exposes the following members.

Constructors
NameDescription
Public methodBlobProperty
Initializes a new instance of the BlobProperty class
Public methodBlobProperty
Initializes a new instance of the BlobProperty class
Top
Properties
NameDescription
Public propertyBlobClass
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Remarks
BlobProperty implements the property that allows to manage any class through the ConfigurationManager. The only constraint is that the base type for a BlobProperty must extends the abstract class SerializableBlob.

[Android Documentation]

See Also