Click or drag to resize

OdwUniquenessChecker Constructor

OdwUniquenessChecker constructor

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.UniquenessChecks
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public OdwUniquenessChecker(
	Dictionary<string, string> parameters,
	ControllerBase controller,
	DataObject actionObject
)

Parameters

parameters
Type: System.Collections.GenericDictionaryString, String
controller
Type: Omada.OE.AppLogicControllerBase
actionObject
Type: Omada.OE.ModelDataObject
Exceptions
ExceptionCondition
SecurityException
See Also