d8d655e9 5d05 0438 ab78 0c8d4761dd06 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Specifies a set of features supported on the object ExportSettings.
System.Object
iTin.Export.ExportSettings
Namespace: iTin.Export
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ExportSettingsVB
Public Class ExportSettingsThe ExportSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
ExportSettings | Initializes a new instance of the ExportSettings class |
| Name | Description | |
|---|---|---|
![]() |
From | Gets or sets a value indicating name of the data model to use. |
![]() |
IsEmpty | Gets a value indicating whether this object is empty. |
![]() |
OutputFile | Gets or sets a value that represents the path of the output file. |
![]() |
TransformFile | Gets or sets a value that represents the path of the transform file. |
| Name | Description | |
|---|---|---|
![]()
|
CreateFromModels(ExportsModel) | Returns a export settings object reference from a data model. |
![]()
|
CreateFromModels(ExportsModel, String) | Returns a reference which contains specified export data model from the specified data model. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]()
|
ImportFrom(Uri) | Returns a export settings object reference from a configuration file. |
![]()
|
ImportFrom(Uri, String) | Returns a reference which contains specified export data model from the specified configuration file |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]()
|
TryGetConfigurationFile | Try to get the configuration file from a ExportSettings reference. Returns a value indicating if it was possible to obtain the configuration file. |
[Missing documentation for "T:iTin.Export.ExportSettings"]


