public enum EventDerivationType| EXPLICIT | 0 | The Children of an Event are definted explicitly by name. |
| DERIVED | 1 | The Children of an Event are derived based on the Event's Value Series |
| EXPAND | 2 |
| 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) |