AttributeRuleManager Class Members
In This Topic
The following tables list the members exposed by AttributeRuleManager.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateAttributeRuleError | Creates a value object representation of an error from a ValidationErrorType validation error system table. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetErrorTable | Opens the validation error system table specified by . This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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 |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | 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. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | UpdateErrorsInEditOperation | Updates the validation error system tables specified by . This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also