Show / Hide Table of Contents

    Class MultiColSelectListValuesQuery

    Query for multi column select list values

    Inheritance
    System.Object
    MultiColSelectListValuesQuery
    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
    [Quokka]
    public class MultiColSelectListValuesQuery

    Constructors

    MultiColSelectListValuesQuery()

    Creates a new instance of this class

    Declaration
    public MultiColSelectListValuesQuery()

    Properties

    Condition

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

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

    Count

    Result will be returned on pages with that block size if specified.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Operation

    Specifies the operation between the conditions which are checked.

    Declaration
    public DialogExpressionOperation Operation { get; set; }
    Property Value
    Type Description
    DialogExpressionOperation

    Start

    First result to return if block size is specified.

    Declaration
    public int Start { get; set; }
    Property Value
    Type Description
    System.Int32

    StartsWithColumn

    Column name for prefix search.

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

    StartsWithValue

    Value for prefix search.

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