Show / Hide Table of Contents

Class Mapping

Defines the mapping between a column/field/item in a data source and a column/field/item in the data destination.

Inheritance
Object
Mapping
IndexMapping
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class Mapping

Constructors

| Improve this Doc View Source

Mapping(String, String)

Initializes a new instance of the Mapping class.

Declaration
public Mapping(string source, string destination)
Parameters
Type Name Description
String source

The name of the source column/field/item within the data source.

String destination

The name of the destination column/field/item within the data destination.

Properties

| Improve this Doc View Source

Destination

Get the name of the column/field/item being mapped in the data destination.

Declaration
public string Destination { get; }
Property Value
Type Description
String

The string value of the column/field/item being mapped in the data destination.

| Improve this Doc View Source

Source

Gets the name of the column/field/item being mapped in the data source.

Declaration
public string Source { get; }
Property Value
Type Description
String

The string value of the column/field/item being mapped in the data source.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX