Click or drag to resize

ObjectPathParentAndRootMonitor Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets target and automatically Update - sets all switches if options used

Namespace:  imbSCI.Data.data
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public ObjectPathParentAndRootMonitor(
	IObjectWithPathAndChildSelector target,
	bool setSwitches = false,
	bool switchValueToSet = true
)
Request Example View Source

Parameters

target
Type: imbSCI.Data.interfacesIObjectWithPathAndChildSelector
The target.
setSwitches (Optional)
Type: SystemBoolean
if set to true it will set state switches to switchValueToSet value
switchValueToSet (Optional)
Type: SystemBoolean
Value to set to switches, if setSwitches is true
See Also