Skip to content

bbba9096 bc1b 41ad d15d b0f8ae636a40

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

BaseProvider Methods

Additional header content

The BaseProvider type exposes the following members.

Methods

 

Name Description
Public method CreateInputXml Creates the Xml source file from.
Public method Equals (Inherited from Object.)
Public method Export Export specified input data model with this provider by applying the specified writer in configuration file.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected methodStatic member LoadXmlFromFile Retrieves Xml content of specified table in a file.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCreateInputXml Concrete implementation by object type.
Protected method OnGetDataTable Concrete implementation by object type.
Public method Parse(String) Parse an String and replace the special chars defined in SpecialChars by a hexadecimal pattern.
Public methodStatic member Parse(String, IEnumerable(Char)) Parse an String and replace the special chars defined in specialChars by a hexadecimal pattern.
Public method SetInputDataModel Add a data model to this provider.
Public method SetSpecialChars Sets an special char array to this provider.
Public method ToDataTable Gets a reference to the DataTable object that contains the data this instance.
Public method ToString Returns a string that represents the current data type. (Overrides Object.ToString().)
Public method ToXml Gets a reference to the IEnumerable(T) object that contains the data this instance.
  Back to Top

See Also

Reference

BaseProvider Class
iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally