Click or drag to resize
DialogExpressionCondition Class
Condition for specific database name (field)
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDialogExpressionCondition

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class DialogExpressionCondition

The DialogExpressionCondition type exposes the following members.

Constructors
  NameDescription
Public methodDialogExpressionCondition
Initializes a new instance of the DialogExpressionCondition class
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.
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.
Top
Remarks