SetFieldFlagsAttribute class

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

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

[AttributeUsage(AttributeTargets.All)]
public class SetFieldFlagsAttribute : Attribute

Public Members

name description
SetFieldFlagsAttribute(…) Turn on or off field flags.
Add { get; } Gets the include flags.
Remove { get; } Gets the exclude flags.

See Also