Name | Description | |
---|---|---|
AddAttachment | Adds a given attachment to a row. This method must be called on the MCT. Use QueuedTask.Run. | |
Delete | Deletes the row. This method must be called on the MCT. Use QueuedTask.Run. | |
DeleteAttachments | Deletes attachment(s) provided by attachmentID that are associated with the row. This method must be called on the MCT. Use QueuedTask.Run. | |
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
FindField | Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run. | |
GetAttachments | Gets a IReadOnlyList of attachments based on the requested attachmentIDs for a given row. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFields | Gets a IReadOnlyList containing the fields of the row. This method must be called on the MCT. Use QueuedTask.Run. | |
GetGlobalID | Gets the global ID in the form of System.Guid associated with the row. If the row does not have a global ID, an empty Guid is returned. This method must be called on the MCT. Use QueuedTask.Run. | |
GetObjectID | Gets the object ID of the row. This method must be called on the MCT. Use QueuedTask.Run. | |
GetOriginalValue | Gets the original value of a field at the given index. This method must be called on the MCT. Use QueuedTask.Run. | |
GetTable | Gets the parent Table of this row. This method must be called on the MCT. Use QueuedTask.Run. | |
HasValueChanged | Gets a value indicating whether the value of the field at the given index has changed. This method must be called on the MCT. Use QueuedTask.Run. | |
Store | Stores the row. This method must be called on the MCT. Use QueuedTask.Run. | |
UpdateAttachment | Updates the properties of an existing attachment fetched using GetAttachment with new values This method must be called on the MCT. Use QueuedTask.Run. |