EnVisageOnline/Main-RMO/Source/EnVisage/SC_TotalSeatsAcrossExpCats.cs

40 lines
1.7 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace EnVisage
{
using System;
using System.Collections.Generic;
public partial class SC_TotalSeatsAcrossExpCats
{
public Nullable<System.Guid> ScenarioObjectID { get; set; }
public Nullable<System.DateTime> WeekEndingDate { get; set; }
public Nullable<decimal> Quantity { get; set; }
public Nullable<decimal> 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<int> Status { get; set; }
public Nullable<System.Guid> SystemAttributeObjectID { get; set; }
public Nullable<System.Guid> GroupId { get; set; }
public Nullable<System.Guid> SystemAttributeOne { get; set; }
public Nullable<System.Guid> SystemAttributeTwo { get; set; }
}
}