public static void UpdateErrorsInEditOperation( AttributeRuleManager attributeRuleManager, IEnumerable<AttributeRuleError> validationErrors )
Public Shared Sub UpdateErrorsInEditOperation( _ ByVal attributeRuleManager As AttributeRuleManager, _ ByVal validationErrors As IEnumerable(Of AttributeRuleError) _ )
Parameters
- attributeRuleManager
- The AttributeRuleManager instance to manage attribute rules on behalf of a geodatabase.
- validationErrors
- A IEnumerable of one or more AttributeRuleError objects.