408c03f7 a20b 08bf 50d8 e023c9efc7e3 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Class than allows you to export an object of type DataTable.
System.Object
iTin.Export.ComponentModel.Input.BaseInput
iTin.Export.Inputs.DataSetInput
iTin.Export.Inputs.DataRowInput
iTin.Export.Inputs.DataTableInput
iTin.Export.Inputs.ArrayListInput(T)
iTin.Export.Inputs.EnumerableInput(T)
Namespace: iTin.Export.Inputs
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class DataTableInput : DataRowInputVB
Public Class DataTableInput
Inherits DataRowInputThe DataTableInput type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
DataTableInput(DataTable) | Initializes a new instance of the DataTableInput class. |
![]() |
DataTableInput(DataTable, String) | Initializes a new instance of the DataTableInput class. |
| Name | Description | |
|---|---|---|
![]() |
Data | Gets a reference that contains the input data to export. (Inherited from BaseInput.) |
![]() |
InputMetadata | Gets a reference that contains the metadata information about this input. (Inherited from BaseInput.) |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Export | Exports the input data using the specified configuration in xml configuration file. (Inherited from BaseInput.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
The following table shows the different input types.
| Class | Description |
|---|---|
| ArraListInput | Represents an input for array of ArrayList types. For more information please see ArraListInput |
| DataRowInput | Represents an input for array of DataRow types. For more information please see DataRowInput |
| DataSetInput | Represents an input for DataSet types. For more information please see DataSetInput |
| DataTableInput | Represents an input for DataTable types. For more information please see DataTableInput |
| EnumerableInput | Represents an input for IEnumerable(DataRow) types. For more information please see EnumerableInput |
| XmlInput | Represents an input for Xml type. For more information please see XmlInput
|
| JsonInput | Represents an input for Json type. For more information please see JsonInput
|


