Namespace Sdl.LanguagePlatform.TranslationMemory.EditScripts
Classes
EditAction
Represents a single edit action which can be applied to a TU.
EditActionChangeFieldValue
Represents a single edit action which can be applied to a TU.
EditActionDeleteAllFieldValues
Represents a single edit action which can be applied to a TU.
EditActionDeleteFieldValue
Represents a single edit action which can be applied to a TU.
EditActionDeleteTags
Represents a single edit action which can be applied to a TU.
EditActionRenameField
Represents a single edit action which can be applied to a TU.
EditActionSearchReplace
Represents a single edit action which can be applied to a TU.
EditScript
An edit script is an ordered collection of edit actions which can be applied to a translation unit.
EditScriptApplier
Applies an edit script to a translation unit.
Enums
Continuation
Enumerates the ways how to continue the interpretation of an edit script if an action was executed.
EditUpdateMode
Enumerates the ways how a translation unit that has been changed by an edit script should be updated in the TM.
Mode
Describes the different modes how field values can be changed.
PatternType
Describes the type of search and/or replace patterns.