Show / Hide Table of Contents

    Class SelectListValuesQuery

    Query for select list values

    Inheritance
    System.Object
    SelectListValuesQuery
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class SelectListValuesQuery : object

    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
    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
    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