Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 585 Bytes

File metadata and controls

18 lines (13 loc) · 585 Bytes

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