AuditedAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Indicates if the field is audited. For DataAuditLog, all fields are audited by default, but if the field has [Audited(false)] it will not be logged.
public AuditedAttribute(bool value = true)
Remarks
Initializes a new instance of the attribute.
See Also
- class AuditedAttribute