DialogExpressionCondition MembersDocuWare Platform .NET API
The DialogExpressionCondition type exposes the following members.
Constructors

  NameDescription
Public methodDialogExpressionCondition
Initializes a new instance of the DialogExpressionCondition class
Back to Top
Methods

  NameDescription
Public methodStatic memberCreate(String, String)
Creates a condition for an exact search at the specified field.
Public methodStatic memberCreate(String, String, String)
Creates a condition for a range search at the specified field.
Back to Top
Properties

  NameDescription
Public propertyDBName
Gets or sets the database name which provides the value checked against the condition.
Public propertyValue
Specifies the value or the expression of the dialog field.
Back to Top
See Also