Class ServerProjectTranslationDocSliceInfo
Encapsulates information about a server project translation document slice.
Syntax
public class ServerProjectTranslationDocSliceInfo
Fields
ConfirmedCharacterCount
The total number of characters in confirmed segments of the slice.
Declaration
public int ConfirmedCharacterCount
Type
Int32ConfirmedSegmentCount
The total number of confirmed segments in the slice.
Declaration
public int ConfirmedSegmentCount
Type
Int32ConfirmedWordCount
The total number of words in confirmed segments of the slice.
Declaration
public int ConfirmedWordCount
Type
Int32DocumentStatus
The status of the slice.
Declaration
public DocumentStatus DocumentStatus
Type
DocumentStatusFirstRowIndex
The index of the first row (in the original document) that belongs to this slice.
Declaration
public int FirstRowIndex
Type
Int32LastRowIndex
The index of the last row (in the original document) that belongs to this slice.
Declaration
public int LastRowIndex
Type
Int32LockedCharacterCount
The total number of characters in locked segments of the v.
Declaration
public int LockedCharacterCount
Type
Int32LockedSegmentCount
The total number of locked segments in the slice.
Declaration
public int LockedSegmentCount
Type
Int32LockedWordCount
The total number of words in locked segments of the slice.
Declaration
public int LockedWordCount
Type
Int32ProofreadCharacterCount
The total number of characters in proofred segments of the slice.
Declaration
public int ProofreadCharacterCount
Type
Int32ProofreadSegmentCount
The total number of proofred segments in the slice.
Declaration
public int ProofreadSegmentCount
Type
Int32ProofreadWordCount
The total number of words in proofred segments of the slice.
Declaration
public int ProofreadWordCount
Type
Int32Reviewer1ConfirmedCharacterCount
The total number of characters in reviewer 1 confirmed segments of the slice.
Declaration
public int Reviewer1ConfirmedCharacterCount
Type
Int32Reviewer1ConfirmedSegmentCount
The total number of reviewer1 confirmed segments in the slice.
Declaration
public int Reviewer1ConfirmedSegmentCount
Type
Int32Reviewer1ConfirmedWordCount
The total number of words in reviewer 1 confirmed segments of the slice.
Declaration
public int Reviewer1ConfirmedWordCount
Type
Int32SliceGuid
The guid of the document slice that uniquely identifies the slice.
Declaration
public Guid SliceGuid
Type
GuidTotalCharacterCount
The total number of characters in the slice, including the number of characters in locked segments.
Declaration
public int TotalCharacterCount
Type
Int32TotalSegmentCount
The total number of segments in the slice, including the number of locked segments.
Declaration
public int TotalSegmentCount
Type
Int32TotalWordCount
The total number of words in the slice, including the number of words in locked segments.
Declaration
public int TotalWordCount
Type
Int32UserAssignments
The users/user groups/subvendor groups assigned to the document slice.
Declaration
public TranslationDocumentDetailedAssignmentInfo[] UserAssignments
Type
TranslationDocumentDetailedAssignmentInfo[]WorkflowStatus
The workflow status of the slice.
Declaration
public WorkflowStatus WorkflowStatus