| IValidatorHelperValidateType Method (String, String) |
Check if DataObject TypeName 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(
string dataObjectTypeName,
string supportedTypeName
)
Parameters
- dataObjectTypeName
- Type: SystemString
TypeName from DataObject - supportedTypeName
- Type: SystemString
Supported TypeName (expected)
ExceptionsException | Condition |
---|
NotSupportedException | |
See Also