Show / Hide Table of Contents

Class IndexMapping

Defines the mapping between a column/field/item in a data source and a column/field/item in the data destination. This class cannot be inherited.

Inheritance
Object
Mapping
IndexMapping
Inherited Members
Mapping.Source
Mapping.Destination
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public sealed class IndexMapping : Mapping

Constructors

| Improve this Doc View Source

IndexMapping(Int32, Int32)

Initializes a new instance of the IndexMapping class.

Declaration
public IndexMapping(int sourceIndex, int destinationIndex)
Parameters
Type Name Description
Int32 sourceIndex

The ordinal position of the source column/field/item within the data source.

Int32 destinationIndex

The ordinal position of the destination column/field/item within the data destination.

| Improve this Doc View Source

IndexMapping(Int32, String)

Initializes a new instance of the IndexMapping class.

Declaration
public IndexMapping(int sourceIndex, string destination)
Parameters
Type Name Description
Int32 sourceIndex

The ordinal position of the source column/field/item within the data source.

String destination

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

| Improve this Doc View Source

IndexMapping(String, Int32)

Initializes a new instance of the IndexMapping class.

Declaration
public IndexMapping(string source, int destinationIndex)
Parameters
Type Name Description
String source

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

Int32 destinationIndex

The ordinal position of the destination column/field/item within the data destination.

| Improve this Doc View Source

IndexMapping(String, String)

Initializes a new instance of the Mapping class.

Declaration
public IndexMapping(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

DestinationIndex

Gets the ordinal position of the column/field/item within the data destination.

Declaration
public int DestinationIndex { get; }
Property Value
Type Description
Int32

The integer value of the column/field/item within the data destination.

| Improve this Doc View Source

SourceIndex

Gets the ordinal position of the column/field/item within the data source.

Declaration
public int SourceIndex { get; }
Property Value
Type Description
Int32

The integer value of the column/field/item within 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