Class DocumentAuditEventProperty
Defines the description of auditing event property.
Inheritance
System.Object
DocumentAuditEventProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentAuditEventProperty
Properties
DWFieldType
The DocuWare type of the field
Declaration
public DWFieldType DWFieldType { get; set; }
Property Value
Type | Description |
---|---|
DWFieldType |
NewValue
Gets or sets the new value of the property.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OldValue
Gets or sets the old value of the property.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyName
Gets or sets the name of the property that has been changed.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |