Name | Description | |
---|---|---|
AddValidate | Add custom validation functions for this attribute. This method must be called on the MCT. Use QueuedTask.Run. | |
AddValidateAsync | Add custom validation functions for this attribute. | |
GetField | Gets the field of this attribute. Returns a field only if the data source is an Enterprise Geodatabase or File Geodatabase. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFieldAsync | Gets the field of this attribute. Returns a field only if the data source is an Enterprise Geodatabase or File Geodatabase. | |
GetFormattedValue | Get the formatted value of this attribute. This method must be called on the MCT. Use QueuedTask.Run. | |
GetFormattedValueAsync | Get the formatted value of this attribute. | |
Revert | Returns attribute back to it's original value. Clears IsDirty value. | |
SetValue | Set the value of this attribute. | |
SetValueAsync | Set the value for this attribute. | |
Validate | Allows addition of custom validation logic for this attribute. This method must be called on the MCT. Use QueuedTask.Run. | |
ValidateAsync | An async method which allows addition of custom validation logic for this attribute. |