Skip to content

ICaptureLogRow interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for capture logging row types

public interface ICaptureLogRow : IIdRow

Members

name description
ChangingUserIdField { get; } Gets the field containing the user ID.
OperationTypeField { get; } Gets the field containing the operation type.
ValidFromField { get; } Gets the field containing the ValidFrom date.
ValidUntilField { get; } Gets the field containing the ValidUntil date.

See Also