Show / Hide Table of Contents

    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

    ColumnMappings

    Gets or sets column mappings.

    Declaration
    public List<FieldMapping> ColumnMappings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FieldMapping>

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top