Click or drag to resize

IPropertyEditor Interface

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 interface IPropertyEditor : IPropertyGetter, 
	IJavaObject, IDisposable, IJavaPeerable

The IPropertyEditor type exposes the following members.

Methods
  NameDescription
Public methodCommitProperties
Saves the configuration.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetPropertyAvailability
Retrieves the availability, the support, for the passed programming parameters.
(Inherited from IPropertyGetter.)
Public methodGetPropertyInts
Gets one or more label programming parameters of type Integer.
(Inherited from IPropertyGetter.)
Public methodGetPropertyRanges
Gets one or more property ranges for the passed programming parameters.
(Inherited from IPropertyGetter.)
Public methodGetPropertyStrings
Gets one or more label programming parameters of type String.
(Inherited from IPropertyGetter.)
Public methodSetPropertyInts
Sets one or more label programming parameters of type Integer.
Public methodSetPropertyStrings
Sets one or more label programming parameters of type String.
Top
Remarks
PropertyEditor is the interface to get and set properties from/to the underlying subsystem.

[Android Documentation]

See Also