Click or drag to resize

IValidatorHelperValidateType Method (Guid, Guid)

Check if DataObject TypeUId 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(
	Guid dataObjectTypeUId,
	Guid supportedTypeUId
)

Parameters

dataObjectTypeUId
Type: SystemGuid
TypeUId from DataObject
supportedTypeUId
Type: SystemGuid
Supported TypeUId (expected)
Exceptions
ExceptionCondition
NotSupportedException
See Also