Class TicketData
Assembly: SoDataBase.dll
Syntax
public class TicketData : Object
Constructors
TicketData()
Declaration
Properties
Category
Declaration
public int Category { get; set; }
Property Value
CreatedAt
Declaration
public DateTime CreatedAt { get; set; }
Property Value
CreatedBy
Declaration
public int CreatedBy { get; set; }
Property Value
CustId
Declaration
public int CustId { get; set; }
Property Value
FromAddress
Declaration
public string FromAddress { get; set; }
Property Value
OwnedBy
Declaration
public int OwnedBy { get; set; }
Property Value
TicketId
Declaration
public int TicketId { get; set; }
Property Value
TicketTypeId
Declaration
public int TicketTypeId { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)