Table of Contents

Class Column

Namespace
The.Import.Data
Assembly
Instagile.dll
public class Column
Inheritance
Column
Inherited Members

Constructors

Column(int, string, int, Func<object?, object?>)

public Column(int sourceIndex, string attributeName, int attributeIndex, Func<object?, object?> converter)

Parameters

sourceIndex int
attributeName string
attributeIndex int
converter Func<object, object>

Fields

AttributeIndex

public readonly int AttributeIndex

Field Value

int

AttributeName

public readonly string AttributeName

Field Value

string

Converter

public readonly Func<object?, object?> Converter

Field Value

Func<object, object>

SourceIndex

public readonly int SourceIndex

Field Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.