Skip to content

d8d655e9 5d05 0438 ab78 0c8d4761dd06

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

ExportSettings Class

Additional header content

Specifies a set of features supported on the object ExportSettings.

Inheritance Hierarchy

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)

Syntax

C#

public class ExportSettings

VB

Public Class ExportSettings

The ExportSettings type exposes the following members.

Constructors

 

Name Description
Public method ExportSettings Initializes a new instance of the ExportSettings class
  Back to Top

Properties

 

Name Description
Public property From Gets or sets a value indicating name of the data model to use.
Public property IsEmpty Gets a value indicating whether this object is empty.
Public property OutputFile Gets or sets a value that represents the path of the output file.
Public property TransformFile Gets or sets a value that represents the path of the transform file.
  Back to Top

Methods

 

Name Description
Public methodStatic member CreateFromModels(ExportsModel) Returns a export settings object reference from a data model.
Public methodStatic member CreateFromModels(ExportsModel, String) Returns a reference which contains specified export data model from the specified data model.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member ImportFrom(Uri) Returns a export settings object reference from a configuration file.
Public methodStatic member ImportFrom(Uri, String) Returns a reference which contains specified export data model from the specified configuration file
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public methodStatic member TryGetConfigurationFile Try to get the configuration file from a ExportSettings reference. Returns a value indicating if it was possible to obtain the configuration file.
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.ExportSettings"]

See Also

Reference

iTin.Export Namespace

Clone this wiki locally