isFlagsEnum
P163167
predicate
Indicates that an enumeration type is intended to be used as a bit field, where its values can be combined using bitwise operations to represent multiple flags simultaneously.
All labels observed (4)
| Label | Occurrences |
|---|---|
| isFlagsEnum canonical | 7 |
| messageFlagsExample | 3 |
| isFlagEnum | 1 |
| usesFlagField | 1 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: isFlagsEnum
Generated description
Indicates that an enumeration type is intended to be used as a bit field, where its values can be combined using bitwise operations to represent multiple flags simultaneously.
Sample triples (12)
| Subject | Object |
|---|---|
| System.Reflection.BindingFlags | true ⓘ |
| System.Reflection.MethodAttributes | true via predicate surface "isFlagEnum" ⓘ |
| System.Reflection.AssemblyNameFlags | true ⓘ |
| System.Reflection.PortableExecutableKinds | true ⓘ |
| System.Reflection.ResourceLocation | true ⓘ |
| System.Reflection.MethodImplAttributes | true ⓘ |
| System.Reflection.MethodImplOptions | true ⓘ |
| PageSetupDlg | Flags member of PAGESETUPDLG via predicate surface "usesFlagField" ⓘ |
| Maildir | Seen via predicate surface "messageFlagsExample" ⓘ |
| Maildir | Replied via predicate surface "messageFlagsExample" ⓘ |
| Maildir | Flagged via predicate surface "messageFlagsExample" ⓘ |
| BulkCopyOptions | true ⓘ |