Class FieldMapping
Define fields mapping between source and destination file cabinets.
Inheritance
System.Object
    FieldMapping
  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 FieldMapping
  Properties
Destination
Name of the destination field.
Declaration
public string Destination { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Source
Name of the source field.
Declaration
public string Source { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |