ImplicitUseTargetFlags Enumeration |
Namespace: Resto.Front.Api.Attributes.JetBrains
[FlagsAttribute] public enum ImplicitUseTargetFlags
Member name | Value | Description | |
---|---|---|---|
Default | 1 | ||
Itself | 1 | ||
Members | 2 | Members of entity marked with attribute are considered used. | |
WithMembers | 3 | Entity marked with attribute and all its members considered used. |