Skip to content

04a444f9 1d39 11f4 78b0 bb6b5450764a

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

IProvider Interface

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)

Syntax

C#

public interface IProvider

VB

Public Interface IProvider

The IProvider type exposes the following members.

Properties

 

Name Description
Public property CanCreateInputXml Gets a value indicating whether you can create an Xml file from the current instance of the object.
Public property CanGetDataTable Gets a value indicating whether this instance can get data table.
Public property Input Gets a reference to the input data model.
Public property InputUri Gets the input Uri.
Public property ProviderMetadata Gets a reference that contains the metadata information of this provider.
Public property SpecialChars Gets an special char array.
  Back to Top

Methods

 

Name Description
Public method CreateInputXml Creates the Xml source file from.
Public method Export Export this target by applying the specified configuration.
Public method Parse Parse special chars of argument.
Public method SetInputDataModel Add an input data model to this adapter.
Public method SetSpecialChars Sets an special char array to this provider.
Public method ToDataTable Gets a reference to the DataTable object than contains the data this instance.
Public method ToXml Gets a reference to the IEnumerable(T) object than contains the data this instance.
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.ComponentModel.Provider.IProvider"]

See Also

Reference

iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally