Show / Hide Table of Contents

Interface IReportLog

The report log client object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<IReportLog>.Equals(IReportLog)
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX