Models a property auditing record.
Default constructor
public Void AuditProperty()Copy constructor.
public Void AuditProperty(source)| Name | Type | Summary |
|---|---|---|
| source | AuditProperty | An AuditProperty object to copy. |
| Type | Summary |
|---|---|
| ArgumentNullException | Thrown when source is null. |
Caption of the property.
public String PropertyCaption { get; set; }Name of the property.
public String PropertyName { get; set; }Value 1.
public String Value1 { get; set; }Value 2.
public String Value2 { get; set; }Returns a textual representation of this AuditProperty.
public String ToString()In this document