| 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
Syntaxvoid ValidateType(
Guid dataObjectTypeUId,
Guid supportedTypeUId
)
Parameters
- dataObjectTypeUId
- Type: SystemGuid
TypeUId from DataObject - supportedTypeUId
- Type: SystemGuid
Supported TypeUId (expected)
ExceptionsException | Condition |
---|
NotSupportedException | |
See Also