Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
The following tables list the members exposed by AttributeRuleDefinition.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
GetAttributeRuleType | Gets the attribute rule type. This method must be called on the MCT. Use QueuedTask.Run. | |
GetDescription | Gets the attribute rule description. This method must be called on the MCT. Use QueuedTask.Run. | |
GetErrorMessage | Gets the error message that will be returned if the rule is violated. This method must be called on the MCT. Use QueuedTask.Run. | |
GetErrorNumber | Gets the error number that will be returned if the rule is violated. This method must be called on the MCT. Use QueuedTask.Run. | |
GetEvaluationOrder | Gets the order in which the rule is run. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExcludeFromClientEvaluation | Gets if the rule is to be excluded from client evaluation - that is the rule will NOT be evaluated by the application or client locally before applying the edits to the workspace. Instead the rule will only be evaluated once edits are applied. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFieldName | Gets the name of the field to which this rule will be applied. An empty string is returned if no field is specified. This method must be called on the MCT. Use QueuedTask.Run. | |
GetIsBatch | Gets if the rule evaluation will be run in batch mode. | |
GetIsEnabled | Gets if the rule is enabled. | |
GetIsFieldEditable | Gets if the field that the rule applies to is editable. This method must be called on the MCT. Use QueuedTask.Run. | |
GetMinimumArcadeVersion | Gets the minimum Arcade version required for the expression in this rule. This method must be called on the MCT. Use QueuedTask.Run. | |
GetName | Gets the attribute rule name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetScriptExpression | Gets the Arcade expression that defines the rule. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSeverity | Gets the severity of the error if the rule is violated. This is applicable to validation rule types only. This method must be called on the MCT. Use QueuedTask.Run. | |
GetSubtype | Gets the subtype to which this rule will be applied, if the dataset has subtypes. />. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTags | Gets the set of tags for the rule. Mutliple tags are returned as a semicolon delimited string. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTriggeringEvents | Gets the editing events that will trigger the attribute rule to take effect. This parameter is valid for calculation and constraint rule types only. This method must be called on the MCT. Use QueuedTask.Run. |