Class TrashBinSelectListExpression
Query definition for a select list
Inheritance
System.Object
    TrashBinSelectListExpression
  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
public class TrashBinSelectListExpression
  Constructors
TrashBinSelectListExpression()
Creates a new instance of this class
Declaration
public TrashBinSelectListExpression()
  Properties
Count
Result will be returned on pages with that block size if specified. If set to default (0) select lists will be returned in one block using a default count.
Declaration
public int Count { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Expression
Filter expression
Declaration
public TrashBinExpression Expression { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TrashBinExpression | 
FieldName
The database name of the dialog field to be filled.
Declaration
public string FieldName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SortDirection
Define sort order of the select list
Declaration
public SortDirection SortDirection { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SortDirection | 
Start
First result to return if block size is specified
Declaration
public int Start { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ValuePrefix
A possible prefix of value of the field to be filled.
Declaration
public string ValuePrefix { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |