Show / Hide Table of Contents

    Class DialogExpression

    Query definition for a dialog result list

    Inheritance
    System.Object
    ResultListQuery
    DialogExpression
    Inherited Members
    ResultListQuery.SortOrder
    ResultListQuery.AdditionalResultFields
    ResultListQuery.FlagConditions
    ResultListQuery.Start
    ResultListQuery.Count
    ResultListQuery.ExcludeDefaultSystemFields
    ResultListQuery.WithoutLinks
    ResultListQuery.IncludeSuggestions
    ResultListQuery.CalculateTotalCount
    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 DialogExpression : ResultListQuery

    Properties

    AdditionalCabinets

    Gets or sets the additional cabinets to search in.

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

    CompleteCondition

    FOR INTERNAL USE ONLY: Gets or sets an additional query string according to the DocuWare URL integration query syntax.

    Declaration
    [Impala]
    public string CompleteCondition { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    The query syntax is described at the documentation of the URL Creation Tool

    CompleteConditionInInvariantCulture

    FOR INTERNAL USE ONLY: Gets or sets whether the additional query string defined in CompleteCondition should be parsed in invariant culture.

    Declaration
    [Lobster]
    public bool CompleteConditionInInvariantCulture { get; set; }
    Property Value
    Type Description
    System.Boolean

    Condition

    Gets or sets the conditions which are checked to obtain the search result.

    Declaration
    public List<DialogExpressionCondition> Condition { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DialogExpressionCondition>

    Operation

    Specifies the operation between the conditions of the dialog expression.

    Declaration
    public DialogExpressionOperation Operation { get; set; }
    Property Value
    Type Description
    DialogExpressionOperation
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top