Click or drag to resize

DataObjectControllerGetDataObjectIdsByTextPropertyValues Method (Int32, IEnumerableString, IEnumerableInt32, Boolean, Boolean)

Find data objects that has (one of a set of) specified values in a specified text property. The data object security model is not respected!

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetDataObjectIdsByTextPropertyValues(
	int propertyId,
	IEnumerable<string> propertyValues,
	IEnumerable<int> dataObjectTypeIds = null,
	bool mustBeLocked = false,
	bool withNoLock = false
)

Parameters

propertyId
Type: SystemInt32
We'll look for data objects that has (one of a set of) specified values in this (text) property.
propertyValues
Type: System.Collections.GenericIEnumerableString
We'll look for data objects that has one of these values in the specified (text) property. Must contain at least one value.
dataObjectTypeIds (Optional)
Type: System.Collections.GenericIEnumerableInt32
If specified we'll only look for data objects of the specified types. Can be null.
mustBeLocked (Optional)
Type: SystemBoolean
withNoLock (Optional)
Type: SystemBoolean

Return Value

Type: IntegerList
See Also