You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graph/patterns/enums.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,4 +130,4 @@ With such enum, customers can select multiple values in a single field:
130
130
131
131
`displayMethod = tip | alert`
132
132
133
-
In cases where two properties want to use the same *conceptual*`EnumType`, but one property is a collection while the other is single-values, the model should have*two*duplicate`EnumType`s, marking one as a flags enum and making its name the plural form of the non-flags enum.
133
+
In cases where two properties want to use the same *conceptual*`EnumType`, but one property is a collection while the other is single-values, the model should define*two*separate`EnumType`s, one being a non-flags enum with a singular name and the other marked as a flags enum with its name being the plural form of the non-flags enum.
0 commit comments