Class TicketChangeData
Namespace: SuperOffice.CRM.Ticket
Assembly: SoDataBase.dll
Syntax
public class TicketChangeData : Object
Constructors
TicketChangeData()
Declaration
public TicketChangeData()
Properties
CategoryId
Declaration
public int CategoryId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
OwnerEjUserId
Declaration
public int OwnerEjUserId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TicketId
Declaration
public int TicketId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)