public enum CommandAutomationSubject| NONE | 0 | No command automation should happen |
| REMARK | 1 | Command automation should happen to remarks, whether that is showing (adding) or Hiding |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |