//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EnVisage { using System; using System.Collections.Generic; public partial class SC_TotalCGSeatsAcrossProject { public Nullable ScenarioId { 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 ProjectObjectId { get; set; } public string ProjectName { get; set; } public System.Guid ProjectTypeId { get; set; } public System.Guid ShowStatusId { get; set; } public string ProjectStatusName { get; set; } public decimal Probability { get; set; } public string ProjectColor { get; set; } public string ScenarioColor { get; set; } public Nullable Status { get; set; } public Nullable SystemAttributeObjectID { get; set; } } }