Show / Hide Table of Contents

    Class SelectListValuesQuery

    Query for select list values

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

    Constructors

    SelectListValuesQuery()

    Creates a new instance of this class

    Declaration
    public SelectListValuesQuery()

    Properties

    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

    ReturnType

    Return type of the result. Possible values are "String", "Decimal", "Date" and "DateTime". If ommited, each value is converted to a string using the agent's locale settings.

    Declaration
    [Koala]
    public string ReturnType { get; set; }
    Property Value
    Type Description
    System.String

    Start

    First result to return if block size is specified.

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

    ValuePrefix

    A possible prefix of value of the field to be filled.

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