Show / Hide Table of Contents

    Class AreValuesInSelectListsResult

    Result returned when checking for value existance in select lists

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

    Properties

    IncorrectValues

    Values that don't exist in select list

    Declaration
    [Unicorn]
    public List<SelectListValueToCheck> IncorrectValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SelectListValueToCheck>

    Result

    Values to check their existance in select lists

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