Show / Hide Table of Contents

    Class MultiColumnSelectListValuesQuery

    Query for multi column select list values

    Inheritance
    System.Object
    SelectListValuesQuery
    MultiColumnSelectListValuesQuery
    Inherited Members
    SelectListValuesQuery.Start
    SelectListValuesQuery.Count
    SelectListValuesQuery.ValuePrefix
    SelectListValuesQuery.ReturnType
    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 MultiColumnSelectListValuesQuery : SelectListValuesQuery

    Properties

    Condition

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

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

    Operation

    Specifies the operation between the conditions which are checked.

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

    SourceColumn

    The select list column name that should be used as source

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