Table of Contents

Class ColumnExtensions

Namespace
The.Export
Assembly
Instagile.dll
public static class ColumnExtensions
Inheritance
ColumnExtensions
Inherited Members

Methods

GetText(IColumn, IEntity)

public static string GetText(this IColumn source, IEntity e)

Parameters

source IColumn
e IEntity

Returns

string

GetValues(IColumn, IEntity)

public static object?[] GetValues(this IColumn source, IEntity e)

Parameters

source IColumn
e IEntity

Returns

object[]

Map<T, U>(IColumn, Func<T, U>)

public static IColumn Map<T, U>(this IColumn source, Func<T, U> map)

Parameters

source IColumn
map Func<T, U>

Returns

IColumn

Type Parameters

T
U

Rename(IColumn, string)

public static IColumn Rename(this IColumn source, string header)

Parameters

source IColumn
header string

Returns

IColumn