Click or drag to resize

PropertyLoadlist Method

Loads and sync the current set values into all the Properties contained in the passed list.

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 Loadlist(
	IPropertyGetter from,
	IList list
)

Parameters

from
Type: Com.Datalogic.Device.ConfigurationIPropertyGetter
- The IPropertyGetter used to sync all the active values associated to the Properties.
list
Type: System.CollectionsIList
- The ArrayList containing the Properties to be loaded.

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

Loads and sync the current set values into all the Properties contained in the passed list.

[Android Documentation]

See Also