Class ImportExportOperationBase
Import Export scheduled operation base class
Inheritance
System.Object
ImportExportOperationBase
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.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public abstract class ImportExportOperationBase : ScheduledOperation
Fields
DefaultTranslationUnitChunkSize
Default TranslationUnit ChunkSize
Declaration
public const int DefaultTranslationUnitChunkSize = 25
Field Value
Type | Description |
---|---|
System.Int32 |
STREAM_HANDLER_TYPE
Constant for stream handler type
Declaration
protected const string STREAM_HANDLER_TYPE = "Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services.StreamHandler, Sdl.LanguagePlatform.ServerBasedTranslationMemory.Services"
Field Value
Type | Description |
---|---|
System.String |
Properties
ChunkSize
Gets or sets the chunk size (number of translation units) for the import.
Declaration
public int ChunkSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The size of the chunk. |
ContinueOnError
Gets or sets a value indicating whether to continue on error.
Declaration
public bool ContinueOnError { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets the unique Id for the import.
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid | The id. |
IsScheduled
Gets a value indicating whether this instance is scheduled.
Declaration
protected bool IsScheduled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LanguageDirection
Gets the language direction.
Declaration
public ServerBasedTranslationMemoryLanguageDirection LanguageDirection { get; }
Property Value
Type | Description |
---|---|
ServerBasedTranslationMemoryLanguageDirection |