Click or drag to resize

ObjectWithIdCollectionBaseTGetByIdListCheck Method (IEnumerableInt32)

Get a sublist of items having the ids in the idList. Throws exception if idList contains id not in the current collection

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<T> GetByIdListCheck(
	IEnumerable<int> idList
)

Parameters

idList
Type: System.Collections.GenericIEnumerableInt32
Ids to look for

Return Value

Type: ListT
List of items
See Also