SetFieldFlagsAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Services

Used to turn on (include) or turn off (exclude) field flags.

public SetFieldFlagsAttribute(FieldFlags add, FieldFlags remove = FieldFlags.None)
parameter description
add Set of flags to turn on (include)
remove Set of flags to turn off (exclude)

Remarks

Turn on or off field flags.

See Also