Class TranslationDocumentUserRoleAssignment
Represents the assignment of a user to a server project translation document for document assignment role with a deadline (e.g. userX to document Y with document assignment role reviewer1 with deadline 1/1/2011).
Inheritance
System.Object
TranslationDocumentUserRoleAssignment
Syntax
public class TranslationDocumentUserRoleAssignment
Fields
DeadLine
The deadline for the specified user for the assigned document.
Declaration
public DateTime DeadLine
Type
System.DateTimeDocumentAssignmentRole
The document assignment role of the user. The currently accepted values are the following: 0: Translator 1: Reviewer1 2: Reviewer2
Declaration
public int DocumentAssignmentRole
Type
System.Int32IcrConfigId
ICR configuration id for ICR user assignment
Declaration
public Guid? IcrConfigId
Type
System.Nullable<System.Guid>UserGuid
The Guid of the user.
Declaration
public Guid UserGuid