Click or drag to resize

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
Syntax
C#
void ValidateType(
	string dataObjectTypeName,
	string supportedTypeName
)

Parameters

dataObjectTypeName
Type: SystemString
TypeName from DataObject
supportedTypeName
Type: SystemString
Supported TypeName (expected)
Exceptions
ExceptionCondition
NotSupportedException
See Also