DataAuditLogAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Data

Indicates that the entity should be audit logged. This feature is only available in premium app.

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

Public Members

name description
DataAuditLogAttribute() Initializes a new instance of the DataAuditLogAttribute class.

See Also