Show / Hide Table of Contents

    Class SelectListValuesToCheck

    Represents list of values to be used for checking existance in select lists.

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

    Constructors

    SelectListValuesToCheck()

    Creates a new instance of this class

    Declaration
    public SelectListValuesToCheck()

    Properties

    ReturnIncorrectValues

    If true, a list of missing search values will be returned

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

    Values

    List of multi column select lists.

    Declaration
    public List<SelectListValueToCheck> Values { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SelectListValueToCheck>
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top