SetFieldFlagsAttribute class
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Used to turn on (include) or turn off (exclude) field flags.
[AttributeUsage(AttributeTargets.All)]
public class SetFieldFlagsAttribute : Attribute
| parameter | description |
|---|---|
| add | Set of flags to turn on (include) |
| remove | Set of flags to turn off (exclude) |
Public Members
| name | description |
|---|---|
| SetFieldFlagsAttribute(…) | Used to turn on (include) or turn off (exclude) field flags. |
| Add { get; } | Gets the include flags. |
| Remove { get; } | Gets the exclude flags. |
Remarks
Turn on or off field flags.
See Also
- Source: SetFieldFlagsAttribute.cs