Show / Hide Table of Contents

Interface ILog

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

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

Error

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

Level

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

Message

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

Owner

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

OwnerType

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

User

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