Class Exporter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.TM.ImportExport
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
public class Exporter
Constructors
Exporter()
Declaration
public Exporter()
Properties
FilterExpression
Declaration
public FilterExpression FilterExpression { get; set; }
Property Value
Type | Description |
---|---|
FilterExpression |
TmxExportFormat
Declaration
public TranslationUnitFormat TmxExportFormat { get; set; }
Property Value
Type | Description |
---|---|
TranslationUnitFormat |
Methods
Export(IExportOrigin, String, Boolean)
Declaration
public void Export(IExportOrigin exportOrigin, string fileName, bool overwriteExisting)
Parameters
Type | Name | Description |
---|---|---|
IExportOrigin | exportOrigin | |
System.String | fileName | |
System.Boolean | overwriteExisting |
Events
BatchExported
Declaration
public event EventHandler<BatchExportedEventArgs> BatchExported
Event Type
Type | Description |
---|---|
System.EventHandler<BatchExportedEventArgs> |