Class DocumentRowsLockedHistoryItemInfo
Encapsulates history information related to the lock document rows operations.
Syntax
public class DocumentRowsLockedHistoryItemInfo : DocumentHistoryItemInfo
Fields
LockMode
Gets the lock mode.
Declaration
public DocumentRowsLockedHistoryItemInfo.LockModes LockMode
Type
DocumentRowsLockedHistoryItemInfo.LockModesLockNonRepetitions
Indicates whether lock non-repetitions. It contains valid data only if the LockMode is LockMode.SpecificRows.
Declaration
public bool LockNonRepetitions
Type
BooleanLockPreTranslatedSegments
Indicates whether lock pre-translated segments. It contains valid data only if the LockMode is LockMode.SpecificRows.
Declaration
public bool LockPreTranslatedSegments
Type
BooleanLockRepetitions
Indicates whether lock repetitions. It contains valid data only if the LockMode is LockMode.SpecificRows.
Declaration
public bool LockRepetitions
Type
BooleanLockReviewer1ConfirmedSegments
Indicates whether lock reviewer 1 confirmed segments. It contains valid data only if the LockMode is LockMode.SpecificRows.
Declaration
public bool LockReviewer1ConfirmedSegments
Type
BooleanLockReviewer2ConfirmedSegments
Indicates whether lock reviewer 2 confirmed segments. It contains valid data only if the LockMode is LockMode.SpecificRows.
Declaration
public bool LockReviewer2ConfirmedSegments
Type
BooleanLockSegments
Indicates wheter the segments have been locked or unlocked.
Declaration
public bool LockSegments
Type
BooleanLockTranslatorConfirmedSegments
Indicates whether lock translator confirmed segments. It contains valid data only if the LockMode is LockMode.SpecificRows.
Declaration
public bool LockTranslatorConfirmedSegments