Class AuditDetail
- Namespace
 - Dynamicweb.Auditing
 
- Assembly
 - Dynamicweb.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
keystring- The audit detail descriptor
 value1string- the value 1
 value2string- the value 2
 descriptionstring- The description of the detail
 
Properties
AuditId
Gets or sets the audit identifier of the detail.
  
  public int AuditId { get; set; }
  Property Value
Description
Gets or sets the audit detail descriptor.
  
  public string Description { get; set; }
  Property Value
Id
Gets or sets the identifier.
  
  public int Id { get; set; }
  Property Value
Key
public string Key { get; set; }
  Property Value
Value1
Gets or sets the audit detail value 1.
  
  public string Value1 { get; set; }
  Property Value
Value2
Gets or sets the audit detail value 2.
  
  public string Value2 { get; set; }