CaptureLogAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Services

Enables capture logging for a row type

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

Public Members

name description
CaptureLogAttribute(…) Creates an instance of the attribute
LogRow { get; } Log row type
MappedIdField { get; set; } Gets / sets mapped ID field. It is tried to be automatically determined if not specified.

See Also