Skip to content

Enumeration Type

Jeremie Rossignol edited this page Jul 16, 2015 · 4 revisions

Enumerations include all types that have a list of values (typically, the full list of values is documented in the appropriate Contract Configurator parameter. The type will vary based on the type of enumeration, but is generically referred to as enum in this section.

Local Functions

Function Signature Description
enum Random() Returns a random value from the enumeration.
List<enum> AllEnumValues() Returns all the valid values for the enumeration.
Clone this wiki locally