Skip to content

94ca8fa3 4ba6 d3f7 614b 913fad195fff

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

ISettings Interface

Additional header content

Declares a generic target.

Namespace: iTin.Export.ComponentModel
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public interface ISettings

VB

Public Interface ISettings

The ISettings type exposes the following members.

Properties

 

Name Description
Public property AdapterMetadata Gets a reference that contains metadata information of this provider.
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 InputUri Gets the input Uri.
Public property Model Gets a reference to the data model.
Public property Resources Gets a reference to the resources model.
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 SetModel Add a data model to this target.
Public method SetSpecialChars Sets an special char array to this target.
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.ISettings"]

See Also

Reference

iTin.Export.ComponentModel Namespace

Clone this wiki locally