Class TrashBinExpression
Expression definition for trash bin
Inheritance
System.Object
    TrashBinExpression
  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 TrashBinExpression
  Properties
Condition
Gets or sets the conditions which are checked to obtain the search result.
Declaration
public List<TrashBinCondition> Condition { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<TrashBinCondition> | 
Operation
Specifies the operation between the conditions of the trash bin expression.
Declaration
public TrashBinExpressionOperation Operation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TrashBinExpressionOperation |