Show / Hide Table of Contents

Interface ILog

The payroll log object

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<ILog>.Equals(ILog)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ILog : IModel, IEquatable<ILog>

Properties

Comment

The log comment (immutable)

Declaration
string Comment { get; set; }
Property Value
Type Description
string

Error

The log error (immutable)

Declaration
string Error { get; set; }
Property Value
Type Description
string

Level

The log level (immutable)

Declaration
LogLevel Level { get; set; }
Property Value
Type Description
LogLevel

Message

The log message name (immutable)

Declaration
string Message { get; set; }
Property Value
Type Description
string

Owner

The log owner (immutable)

Declaration
[StringLength(128)]
string Owner { get; set; }
Property Value
Type Description
string

OwnerType

The log owner type (immutable)

Declaration
[StringLength(128)]
string OwnerType { get; set; }
Property Value
Type Description
string

User

The log 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