AuditProperty

Models a property auditing record.

Namespace:
Inetdev.Auditing
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Object

Constructors

AuditProperty

Default constructor

Signature:
public Void AuditProperty()

AuditProperty

Copy constructor.

Signature:
public Void AuditProperty(source)
Parameters
Name Type Summary
source AuditProperty An AuditProperty object to copy.
Exceptions
Type Summary
ArgumentNullException Thrown when source is null.

Properties

PropertyCaption

Caption of the property.

Signature:
public String PropertyCaption { get; set; }

PropertyName

Name of the property.

Signature:
public String PropertyName { get; set; }

Value1

Value 1.

Signature:
public String Value1 { get; set; }

Value2

Value 2.

Signature:
public String Value2 { get; set; }

Methods

ToString

Returns a textual representation of this AuditProperty.

Signature:
public String ToString()