Show / Hide Table of Contents

Class BackendAuditTrailInformation

Audit trail feature flags

Inheritance
object
BackendAuditTrailInformation
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendAuditTrailInformation

Constructors

BackendAuditTrailInformation()

Declaration
public BackendAuditTrailInformation()

Properties

Input

Case, case field and case relation audit trail enabled

Declaration
public bool Input { get; init; }
Property Value
Type Description
bool

Lookup

Lookup and lookup value audit trail enabled

Declaration
public bool Lookup { get; init; }
Property Value
Type Description
bool

Payrun

Collector and wage type audit trail enabled

Declaration
public bool Payrun { get; init; }
Property Value
Type Description
bool

Report

Report, report template and report parameter audit trail enabled

Declaration
public bool Report { get; init; }
Property Value
Type Description
bool

Script

Script audit trail enabled

Declaration
public bool Script { get; init; }
Property Value
Type Description
bool

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