Table of Contents

Class AuditRecord

Namespace
Tlabs.Data.Entity
Assembly
Tlabs.Data.dll

Defines a record that contains information about an entity to be imported into the system usin an specific loyalty operation.

public class AuditRecord : EditableEntity
Inheritance
AuditRecord
Inherited Members
Extension Methods

Constructors

AuditRecord()

public AuditRecord()

Properties

ActionName

Name of the action being executed

public string? ActionName { get; set; }

Property Value

string

BodyData

Payload of the request body (if any)

public string? BodyData { get; set; }

Property Value

string

Error

Error information.

public string? Error { get; set; }

Property Value

string

IPAddress

IP Address of the caller

public string? IPAddress { get; set; }

Property Value

string

Method

Action method

public string? Method { get; set; }

Property Value

string

StatusCode

Http status code

public string? StatusCode { get; set; }

Property Value

string

Success

Request was succesfull

public bool Success { get; }

Property Value

bool

URL

Full url

public string? URL { get; set; }

Property Value

string