Class AreValuesInSelectListsQuery
Query for checking whether one or more select lists contain one or more values
Inheritance
System.Object
AreValuesInSelectListsQuery
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class AreValuesInSelectListsQuery : object
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
public bool ReturnIncorrectValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectListIds
Ids of select lists to check
Declaration
public List<string> SelectListIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Values
Values to check their existance in select lists
Declaration
public List<SelectListValueToCheck> Values { get; set; }
Property Value
Type | Description |
---|---|
List<SelectListValueToCheck> |