Class TicketChangeData
Inheritance
TicketChangeData
Assembly: SoDataBase.dll
Syntax
public class TicketChangeData
Constructors
TicketChangeData()
Declaration
public TicketChangeData()
Properties
CategoryId
Declaration
public int CategoryId { get; set; }
Property Value
NumReplies
Declaration
public int NumReplies { get; set; }
Property Value
Origin
Declaration
public TicketOrigin Origin { get; set; }
Property Value
OwnerEjUserId
Declaration
public int OwnerEjUserId { get; set; }
Property Value
Status
Declaration
public TicketBaseStatus Status { get; set; }
Property Value
TicketId
Declaration
public int TicketId { get; set; }
Property Value
TicketTypeId
Declaration
public int TicketTypeId { get; set; }
Property Value
TimeToClose
Declaration
public int TimeToClose { get; set; }
Property Value
Extension Methods