Skip to content

44e555c3 74d2 568c ea52 6807eeb2c931

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseInput Class

Additional header content

Base class for the different input types. Which acts as the base class for the different input types.

Inheritance Hierarchy

System.Object
  iTin.Export.ComponentModel.Input.BaseInput
    iTin.Export.Inputs.DataSetInput
    iTin.Export.Inputs.JsonInput
    iTin.Export.Inputs.XmlInput
Namespace: iTin.Export.ComponentModel.Input
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public abstract class BaseInput : IInput

VB

Public MustInherit Class BaseInput
	Implements IInput

The BaseInput type exposes the following members.

Constructors

 

Name Description
Protected method BaseInput Initializes a new instance of the BaseInput class.
  Back to Top

Properties

 

Name Description
Public property Data Gets a reference that contains the input data to export.
Public property InputMetadata Gets a reference that contains the metadata information about this input.
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Public method Export Exports the input data using the specified configuration in xml configuration file.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
  Back to Top

Remarks

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

See Also

Reference

iTin.Export.ComponentModel.Input Namespace

Clone this wiki locally