ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleManager Class


In This Topic
    AttributeRuleManager Class Methods
    In This Topic

    For a list of all members of this type, see AttributeRuleManager members.

    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