Name | Description | |
---|---|---|
AddActivationExtension | Registers an extension id (guid) with the specified table. This method must be called on the Main CIM Thread. Use QueuedTask.Run. | |
EvaluateInEditOperation | Evaluates 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. | |
GetActivationExtensions | Gets the readonly list of extension ids (guids) registered with the table. This method must be called on the Main CIM Thread. Use QueuedTask.Run. | |
GetDataConnection | Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run. | |
GetHasActivationExtension | Gets if the specified extension id (guid) is registered with the table. This method must be called on the Main CIM Thread. Use QueuedTask.Run. | |
MarkAsExceptionInEditOperation | Marks the topology error specified by topologyError as an exception. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveActivationExtension | Removes the extension id (guid) from being registered with the table. This method must be called on the Main CIM Thread. Use QueuedTask.Run. | |
UnmarkAsExceptionInEditOperation | Resets the topologyError currently marked as an exception to once again be an error. This method must be called on the MCT. Use QueuedTask.Run. | |
UpdateErrorsInEditOperation | Updates the validation error system tables specified by validationErrors. This method must be called on the MCT. Use QueuedTask.Run. | |
ValidateInEditOperation | Ensures data integrity by validating the features in a topology in the area specified by ArcGIS.Core.Data.Topology.ValidationDescription.Extent against a pre-defined set of topology rules. This method must be called on the MCT. Use QueuedTask.Run. |