Class FormCondition
Definition of a condition
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 FormCondition
  Properties
Continuation
Declaration
public Continuation Continuation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Continuation | 
FieldID
Declaration
public string FieldID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Operator
Declaration
public Operator Operator { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Operator | 
Value
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |