ICaptureLogRow interface
namespace: Serenity.Data assembly: Serenity.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
- interface IIdRow
- Source: ICaptureLogRow.cs