ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleManager Class
Properties Methods


In This Topic
    AttributeRuleManager Class Members
    In This Topic

    The following tables list the members exposed by AttributeRuleManager.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a value object representation of an error from a ValidationErrorType validation error system table.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodEvaluates all the applicable tables and feature classes in this geodatabase using the operation(s) specified by description in the validation service. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOpens the validation error system table specified by validationErrorType. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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 MethodUpdates the validation error system tables specified by validationErrors. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodEvaluates all the applicable tables and feature classes in the geodatabase associated with attributeRuleManager using the operation(s) specified by description. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension MethodUpdates the validation error system tables specified by validationErrors. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also