Class NewRevisionScenarioOptions
Encapsulates the options for X-translation, if the X-translate scenario is NewRevision.
Syntax
public class NewRevisionScenarioOptions
Fields
ExpectedFinalState
The expected final translation state afte the X-translation.
Declaration
public ExpectedFinalStateAfterXTranslate ExpectedFinalState
Type
ExpectedFinalStateAfterXTranslateInsertEmptyTranslations
If this member is true, segments with empty translation will also be applied during the X-translation. This option has effect only if the SourceFilter is AllRows.
Declaration
public bool InsertEmptyTranslations
Type
BooleanLockXTranslatedRows
If this member if true, the X-translated segments will be locked after the X-translation. This option has effect only if the ExpectedFinalState is not SameAsPrevious.
Declaration
public bool LockXTranslatedRows
Type
BooleanSourceFilter
The source filter to use for X-translation.
Declaration
public ExpectedSourceStateBeforeXTranslate SourceFilter