| 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
Syntaxvoid ValidateType(
int dataObjectTypeId,
int supportedTypeId
)
Parameters
- dataObjectTypeId
- Type: SystemInt32
TypeId from DataObject - supportedTypeId
- Type: SystemInt32
Supported TypeId (expected)
ExceptionsException | Condition |
---|
NotSupportedException | |
See Also