ICaptureLogRow interface
namespace: Serenity.Data assembly: Serenity.Net.Services
Interface for capture logging row types
public interface ICaptureLogRow : IIdRow
Members
| name | description |
|---|---|
| ChangingUserIdField { get; } | Field containing the user ID |
| OperationTypeField { get; } | Field containing the operation type |
| ValidFromField { get; } | Field containing ValidFrom date |
| ValidUntilField { get; } | Field containing ValidUntil date |
See Also
- interface IIdRow
- Source: ICaptureLogRow.cs