Class DialogExpression
Query definition for a dialog result list
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DialogExpression : ResultListQuery
Properties
AdditionalCabinets
Gets or sets the additional cabinets to search in.
Declaration
public List<string> AdditionalCabinets { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
CompleteCondition
FOR INTERNAL USE ONLY: Gets or sets an additional query string according to the DocuWare URL integration query syntax.
Declaration
public string CompleteCondition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The query syntax is described at the documentation of the URL Creation Tool
CompleteConditionInInvariantCulture
FOR INTERNAL USE ONLY: Gets or sets whether the additional query string defined in CompleteCondition should be parsed in invariant culture.
Declaration
public bool CompleteConditionInInvariantCulture { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Condition
Gets or sets the conditions which are checked to obtain the search result.
Declaration
public List<DialogExpressionCondition> Condition { get; set; }
Property Value
Type | Description |
---|---|
List<DialogExpressionCondition> |
Operation
Specifies the operation between the conditions of the dialog expression.
Declaration
public DialogExpressionOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
DialogExpressionOperation |