Authority Tier
How authoritative the source backing a proposition is.
Tiers are declared in descending authority, so the enum ordinal is a built-in ranking: a lower ordinal means higher authority. PRIMARY (ordinal 0) is the most authoritative; UNKNOWN (the highest ordinal) is the least and is the fail-safe default when authority cannot be determined.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.