SetFieldFlagsAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.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