Click or drag to resize

PropertyStorelist Method

Stores and applies all the Properties and their current associated values.

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 static int Storelist(
	IPropertyEditor to,
	IList list
)

Parameters

to
Type: Com.Datalogic.Device.ConfigurationIPropertyEditor
- The IPropertyEditor used to store all the values.
list
Type: System.CollectionsIList
- The ArrayList containing the Properties.

Return Value

Type: Int32
intSuccess in case of success, otherwise a possible error code, matching one of the ConfigException error constants.
Exceptions
ExceptionCondition
ConfigException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Stores and applies all the Properties and their current associated values.

[Android Documentation]

See Also