Class DocumentAuditEventTablePropertyColumn
Defines the description of auditing event table property column.
Inheritance
System.Object
DocumentAuditEventTablePropertyColumn
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 DocumentAuditEventTablePropertyColumn
Properties
Name
Gets or sets the name of the column that has been changed.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The DocuWare type of the field
Declaration
public DWFieldType Type { get; set; }
Property Value
Type | Description |
---|---|
DWFieldType |