SetFieldFlagsAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Turn on or off field flags.
public SetFieldFlagsAttribute(FieldFlags add, FieldFlags remove = FieldFlags.Internal)
| parameter | description |
|---|---|
| add | Set of flags to turn on (include) |
| remove | Set of flags to turn off (exclude) |
See Also
- enum FieldFlags
- class SetFieldFlagsAttribute