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


In This Topic
    AttributeRuleEvaluationDescription Class Members
    In This Topic

    The following tables list the members exposed by AttributeRuleEvaluationDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the type(s) of evaluate operation(s) to be invoked in the validation service.  
    Public Property Gets the area of interest to evaluate. The default value is null.  
    Public PropertyGets an IReadOnlyList containing one or more Selections. The default value is an empty list.  
    Public PropertyGets or sets the ServiceSynchronizationType for the evaluate operation. An optional value. If not set, the default value is ServiceSynchronizationType.Asynchronous  
    Public PropertyGets the VersionEvaluationScope indicating how a version should be evaluated. The default value is VersionEvaluationScope.EntireVersion.  
    Top
    See Also