Class Log
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class Log : ModelBase, ILog, IModel, IEquatable<ILog>
Constructors
Log()
Declaration
Log(Log)
Declaration
public Log(Log copySource)
Parameters
| Type |
Name |
Description |
| Log |
copySource |
|
Properties
Declaration
[JsonPropertyOrder(104)]
public string Comment { get; set; }
Property Value
Error
Declaration
[JsonPropertyOrder(103)]
public string Error { get; set; }
Property Value
Level
Declaration
[JsonPropertyOrder(100)]
public LogLevel Level { get; set; }
Property Value
Message
Declaration
[JsonPropertyOrder(101)]
public string Message { get; set; }
Property Value
Owner
Declaration
[StringLength(128)]
[JsonPropertyOrder(105)]
public string Owner { get; set; }
Property Value
OwnerType
Declaration
[StringLength(128)]
[JsonPropertyOrder(106)]
public string OwnerType { get; set; }
Property Value
User
Declaration
[JsonPropertyOrder(102)]
public string User { get; set; }
Property Value
Methods
Equals(ILog)
Declaration
public virtual bool Equals(ILog compare)
Parameters
| Type |
Name |
Description |
| ILog |
compare |
|
Returns
GetUiString()
Declaration
public override string GetUiString()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods