04a444f9 1d39 11f4 78b0 bb6b5450764a - iAJTin/iExportEngine GitHub Wiki
Additional header content
Declares a generic provider.
Namespace: iTin.Export.ComponentModel.Provider
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public interface IProviderVB
Public Interface IProviderThe IProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
CanCreateInputXml | Gets a value indicating whether you can create an Xml file from the current instance of the object. |
![]() |
CanGetDataTable | Gets a value indicating whether this instance can get data table. |
![]() |
Input | Gets a reference to the input data model. |
![]() |
InputUri | Gets the input Uri. |
![]() |
ProviderMetadata | Gets a reference that contains the metadata information of this provider. |
![]() |
SpecialChars | Gets an special char array. |
| Name | Description | |
|---|---|---|
![]() |
CreateInputXml | Creates the Xml source file from. |
![]() |
Export | Export this target by applying the specified configuration. |
![]() |
Parse | Parse special chars of argument. |
![]() |
SetInputDataModel | Add an input data model to this adapter. |
![]() |
SetSpecialChars | Sets an special char array to this provider. |
![]() |
ToDataTable | Gets a reference to the DataTable object than contains the data this instance. |
![]() |
ToXml | Gets a reference to the IEnumerable(T) object than contains the data this instance. |
[Missing documentation for "T:iTin.Export.ComponentModel.Provider.IProvider"]

