Class BatchUpdateProcess
A class which contains data for batch update processes.
Inheritance
System.Object
    BatchUpdateProcess
  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 BatchUpdateProcess
  Properties
Data
The data which is used to specify the updated data and update process control.
Declaration
public BatchUpdateProcessData Data { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BatchUpdateProcessData | 
Source
The source of the items to be updated.
Declaration
public BatchUpdateSource Source { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BatchUpdateSource |