Члены типа WebFlagsEnumItemBaseJS Class
В этом разделе
В следующих таблицах перечислены элементы, предоставляемые
WebFlagsEnumItemBaseJS.
Публичные Конструкторы
Методы
| Имя | Описание |
| add | Overloaded. Returns new enumeration element (bit field) that is concatenation of this bit field and the specified bit field. This method has effect only for enumerations that defines bit flags. |
| contains | Overloaded. Determines that this enumeration element (bit field) contains the specified sub element (bit field). This method has effect only for enumerations that defines bit flags. |
| equals | Overloaded. Determines that this enumeration element is equals to the specified enumeration element. (Наследуется от WebEnumItemBaseJS) |
| getAllAvailableNames | Returns names of all enumeration elements. (Наследуется от WebEnumItemBaseJS) |
| getAllAvailableValues | Returns values of all enumeration elements. (Наследуется от WebEnumItemBaseJS) |
| isFlagged | Determines that this enumeration element defines a bit field. |
| remove | Overloaded. Returns new enumeration element (bit field) that is difference between this bit field and the specified bit field. |
| toArray | Returns this enumeration element (bit field) as an array of sub elements (bit fields). This method has effect only for enumerations that defines bit flags. |
| toString | Returns name of this enumeration element. (Наследуется от WebEnumItemBaseJS) |
| valueOf | Returns value of this enumeration element. (Наследуется от WebEnumItemBaseJS) |
Смотрите также