Class AreValuesInSelectListsQuery
Query for checking whether one or more select lists contain one or more values
Inheritance
System.Object
AreValuesInSelectListsQuery
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 AreValuesInSelectListsQuery
Constructors
AreValuesInSelectListsQuery()
Creates a new instance of this class
Declaration
public AreValuesInSelectListsQuery()
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 |
SelectListIds
Ids of select lists to check
Declaration
[Quokka]
public List<string> SelectListIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Values
Values to check their existance in select lists
Declaration
[Quokka]
public List<SelectListValueToCheck> Values { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SelectListValueToCheck> |