Interface IReportLog
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IReportLog : IModel, IEquatable<IReportLog>
Properties
Key
Declaration
string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Declaration
string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportDate
Declaration
DateTime ReportDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ReportName
Declaration
string ReportName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
User
Declaration
string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |