using System; using System.Collections.Generic; namespace IntegrationTests.Models { public partial class SC_TotalSeatsAcrossExpCats { public Nullable ScenarioObjectID { get; set; } public Nullable WeekEndingDate { get; set; } public Nullable Quantity { get; set; } public Nullable Cost { get; set; } public string CGEFX { get; set; } public int ScenarioType { get; set; } public string ScenarioName { get; set; } public System.Guid ShowObjectID { get; set; } public string ShowName { get; set; } public System.Guid ShowTypeObjectID { get; set; } public System.Guid ShowStatusObjectID { get; set; } public string ShowStatusName { get; set; } public decimal Probability { get; set; } public string ShowColor { get; set; } public string ScenarioColor { get; set; } public System.Guid ExpenditureCatObjectID { get; set; } public Nullable Status { get; set; } public Nullable SystemAttributeObjectID { get; set; } public Nullable GroupId { get; set; } public Nullable SystemAttributeOne { get; set; } public Nullable SystemAttributeTwo { get; set; } } }