Table of Contents

Class AuditDetail

Namespace
Dynamicweb.Auditing
Assembly
Dynamicweb.Core.dll

The AuditDetail class.

public class AuditDetail
Inheritance
AuditDetail
Inherited Members

Constructors

AuditDetail(string, string, string, string)

Creates an audit detail.

public AuditDetail(string key, string value1, string value2, string description)

Parameters

key string

The audit detail descriptor

value1 string

the value 1

value2 string

the value 2

description string

The description of the detail

Properties

AuditId

Gets or sets the audit identifier of the detail.

public int AuditId { get; set; }

Property Value

int

Description

Gets or sets the audit detail descriptor.

public string Description { get; set; }

Property Value

string

Id

Gets or sets the identifier.

public int Id { get; set; }

Property Value

int

Key

public string Key { get; set; }

Property Value

string

Value1

Gets or sets the audit detail value 1.

public string Value1 { get; set; }

Property Value

string

Value2

Gets or sets the audit detail value 2.

public string Value2 { get; set; }

Property Value

string
To top