Class UserDefinedSearchInfo
Options for creating user defined search based on result list.
Inheritance
System.Object
UserDefinedSearchInfo
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
[Dolphin]
public class UserDefinedSearchInfo
Properties
DialogExpression
Gets or sets the conditions which are used for creating user defined search based on result list.
Declaration
[Dolphin]
public DialogExpression DialogExpression { get; set; }
Property Value
Type | Description |
---|---|
DialogExpression |
Name
The name of the user defined search based on result list.
Declaration
[Dolphin]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |