Interface IReportLog
The report log client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportLog : IModel, IEquatable<IReportLog>
Properties
Key
The report log key (immutable)
Declaration
string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
The report message (immutable)
Declaration
string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportDate
The report date (immutable)
Declaration
DateTime ReportDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ReportName
The report name (immutable)
Declaration
string ReportName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
User
The report user (immutable)
Declaration
string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |