public partial class Incident
{
public int? BusinessStc { get; set; }
public int? CalendarStc { get; set; }
public string CallerId { get; set; }
public string Category { get; set; }
public string CausedBy { get; set; }
public int? ChildIncidents { get; set; }
public string CloseCode { get; set; }
public int? HoldReason { get; set; }
public int? IncidentState { get; set; }
public int? Notify { get; set; }
public string ParentIncident { get; set; }
public string ProblemId { get; set; }
public string ReopenedBy { get; set; }
public DateTime? ReopenedTime { get; set; }
public int? ReopenCount { get; set; }
public DateTime? ResolvedAt { get; set; }
public string ResolvedBy { get; set; }
public string Rfc { get; set; }
public int? Severity { get; set; }
public string Subcategory { get; set; }
public bool? Active { get; set; }
public DateTime? ActivityDue { get; set; }
public string AdditionalAssigneeList { get; set; }
public string Approval { get; set; }
public string ApprovalHistory { get; set; }
public DateTime? ApprovalSet { get; set; }
public string AssignedTo { get; set; }
public string AssignmentGroup { get; set; }
public DateTime? BusinessDuration { get; set; }
public string BusinessService { get; set; }
public DateTime? CalendarDuration { get; set; }
public DateTime? ClosedAt { get; set; }
public string ClosedBy { get; set; }
public string CloseNotes { get; set; }
public string CmdbCi { get; set; }
public string Comments { get; set; }
public string CommentsAndWorkNotes { get; set; }
public string Company { get; set; }
public string ContactType { get; set; }
public string Contract { get; set; }
public string CorrelationDisplay { get; set; }
public string CorrelationId { get; set; }
public string DeliveryPlan { get; set; }
public string DeliveryTask { get; set; }
public string Description { get; set; }
public DateTime? DueDate { get; set; }
public int? Escalation { get; set; }
public DateTi