Class DocumentAuditEventTableProperty
Defines the description of auditing event table property.
Inheritance
System.Object
DocumentAuditEventTableProperty
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 DocumentAuditEventTableProperty
Properties
Column
Gets or sets the list of audit event table property columns.
Declaration
public List<DocumentAuditEventTablePropertyColumn> Column { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DocumentAuditEventTablePropertyColumn> |
NewValues
Gets or sets the list of audit event table property rows.
Declaration
public List<List<string>> NewValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.List<System.String>> |
OldValues
Gets or sets the list of audit event table property rows.
Declaration
public List<List<string>> OldValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.List<System.String>> |
PropertyName
Gets or sets the name of the table property that has been changed.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |