Click or drag to resize

instanceCheckListTSet Method (IEnumerableT, Boolean, checkListLogic)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the values specified according to check state, only instances that are in the list are set - it will not add any new instance

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Set(
	IEnumerable<T> testValues,
	bool checkState,
	checkListLogic logic = checkListLogic.AND
)
Request Example View Source

Parameters

testValues
Type: System.Collections.GenericIEnumerableT
The test values.
checkState
Type: SystemBoolean
if set to true [check state].
logic (Optional)
Type: imbSCI.Core.collection.checkListscheckListLogic
The logic.
See Also