Click or drag to resize

DHMHardwareItemsUsageCheckValidity Method

Checks if the instance definition is valid. If not, an exception is thrown.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:17 UTC
Syntax
public void CheckValidity(
	IBaseManager baseManager
)

Parameters

baseManager
Type: LynceeTec.InterfacesIBaseManager

Implements

IDHMHardwareItemsUsageCheckValidity(IBaseManager)
Exceptions
ExceptionCondition
AggregateExceptionThrown when one or several topics are invalid for the DHMHardwareItemsUsage, for example incompatibility with the enabled modules and hardware configuration of the current database
See Also