Show / Hide Table of Contents

    Class DocumentAuditEventTableProperty

    Defines the description of auditing event table property.

    Inheritance
    System.Object
    DocumentAuditEventTableProperty
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class DocumentAuditEventTableProperty : object

    Properties

    Column

    Gets or sets the list of audit event table property columns.

    Declaration
    public List<DocumentAuditEventTablePropertyColumn> Column { get; set; }
    Property Value
    Type Description
    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
    List<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
    List<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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top