Click or drag to resize

IValidatorHelperValidateType Method (Int32, Int32)

Check if DataObject TypeId is supported

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
void ValidateType(
	int dataObjectTypeId,
	int supportedTypeId
)

Parameters

dataObjectTypeId
Type: SystemInt32
TypeId from DataObject
supportedTypeId
Type: SystemInt32
Supported TypeId (expected)
Exceptions
ExceptionCondition
NotSupportedException
See Also