Show / Hide Table of Contents

    Class TrashBinCondition

    Condition for specific database name (field)

    Inheritance
    System.Object
    TrashBinCondition
    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 TrashBinCondition

    Properties

    DBName

    Gets or sets the database name which provides the value checked against the condition. In case this is a table field ColumnName is expected to have proper name for table field column.

    Declaration
    public string DBName { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Specifies the value or the expression of the trash bin field.

    Declaration
    public List<string> Value { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    Remarks

    If a single value is specified then a exact search is performed.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top