AttributeRuleManager Class Members
In This Topic
The following tables list the members exposed by AttributeRuleManager.
Public Properties
Public Methods
| Name | Description |
| CreateAttributeRuleError | Creates a value object representation of an error from a ValidationErrorType validation error system table. |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| Evaluate | Evaluates all the applicable tables and feature classes in this geodatabase using the operation(s) specified by in the validation service. This method must be called on the MCT. Use QueuedTask.Run. |
| GetErrorTable | Opens the validation error system table specified by . This method must be called on the MCT. Use QueuedTask.Run. |
| IsEvaluationSupported |
Gets a value indicating whether this geodatabase supports evaluation for validation rules or batch calculation rules.
This method must be called on the MCT. Use QueuedTask.Run.
|
| UpdateErrors | Updates the validation error system tables specified by . This method must be called on the MCT. Use QueuedTask.Run. |
Top
Extension Methods
| Name | Description |
| EvaluateInEditOperation | Evaluates all the applicable tables and feature classes in the geodatabase associated with using the operation(s) specified by . This method must be called on the MCT. Use QueuedTask.Run. |
| UpdateErrorsInEditOperation | Updates the validation error system tables specified by . This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also