FlagsEnumeration class

FlagsEnumeration class

Represents an abstract base class for creating enumerations that support bitwise flag operations.

The FlagsEnumeration type exposes the following members:

Methods

Method Description
combine
has_flag
has_flag_value Checks if the current flag has the specified value.
compare_to Compares the current object to another. (inherited from Enumeration)
from_display_name (inherited from Enumeration)
from_value (inherited from Enumeration)
get_all (inherited from Enumeration)

See Also