Enumerations
Enumeration type names should not use an "Enum", "Flag" or "Flags" suffix.
A singular type name for an enumeration should be used unless the values are bit fields.
A plural type name for flags enumerations should be used (enumeration with bit fields as values).
Enumeration identifiers should not have an "Enum", "Flag" or "Flags" suffix.