Interface ILog
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILog : IModel, IEquatable<ILog>
Properties
Declaration
string Comment { get; set; }
Property Value
Error
Declaration
string Error { get; set; }
Property Value
Level
Declaration
LogLevel Level { get; set; }
Property Value
Message
Declaration
string Message { get; set; }
Property Value
Owner
Declaration
[StringLength(128)]
string Owner { get; set; }
Property Value
OwnerType
Declaration
[StringLength(128)]
string OwnerType { get; set; }
Property Value
User
Declaration
string User { get; set; }
Property Value
Extension Methods