Table of Contents

Class PlannedImport

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

Constructors

PlannedImport(IEnumerable<PlannedTable>)

public PlannedImport(IEnumerable<PlannedTable> tables)

Parameters

tables IEnumerable<PlannedTable>

Fields

Tables

public readonly IReadOnlyList<PlannedTable> Tables

Field Value

IReadOnlyList<PlannedTable>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.