Click or drag to resize

DataObjectControllerGetSetPropertiesValueIdsPerDataObject Method (IEnumerableInt32, Int32, Int32)

Returns the value of a specific set property for a list of data objects. If more than one value are present then the first is returned. If no value are present then 'default' is returned.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, int> GetSetPropertiesValueIdsPerDataObject(
	IEnumerable<int> dataObjectIds,
	int propertyId,
	int defaultId
)

Parameters

dataObjectIds
Type: System.Collections.GenericIEnumerableInt32
propertyId
Type: SystemInt32
defaultId
Type: SystemInt32

Return Value

Type: DictionaryInt32, Int32
See Also