Click or drag to resize

ThresholdId Constructor (String, String, ImportThresholdOperation)

Instantiates object for future construction of threshold id

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ThresholdId(
	string systemId,
	string entityType,
	ImportThresholdOperation operation
)

Parameters

systemId
Type: SystemString
entityType
Type: SystemString
operation
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.ModelImportThresholdOperation
See Also