//------------------------------------------------------------------------------
//
// 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 VW_Scenario2Project
{
public System.Guid Id { get; set; }
public Nullable ParentId { get; set; }
public Nullable TemplateId { get; set; }
public int Type { get; set; }
public string Name { get; set; }
public Nullable ProjectedRevenue { get; set; }
public Nullable ExpectedGrossMargin { get; set; }
public Nullable CalculatedGrossMargin { get; set; }
public Nullable CGSplit { get; set; }
public Nullable EFXSplit { get; set; }
public Nullable StartDate { get; set; }
public Nullable EndDate { get; set; }
public Nullable Duration { get; set; }
public Nullable Priority { get; set; }
public Nullable Probability { get; set; }
public Nullable TDDirectCosts { get; set; }
public Nullable BUDirectCosts { get; set; }
public Nullable Shots { get; set; }
public Nullable TDRevenueShot { get; set; }
public Nullable BURevenueShot { get; set; }
public bool FreezeRevenue { get; set; }
public Nullable LastUpdate { get; set; }
public Nullable ShowObjectID { get; set; }
public string ShowName { get; set; }
public Nullable CompanyId { get; set; }
public Nullable ClientId { get; set; }
public Nullable TypeId { get; set; }
public Nullable StatusId { get; set; }
public string Color { get; set; }
public Nullable Status { get; set; }
public Nullable UseLMMargin { get; set; }
public Nullable ExpectedGrossMargin_LM { get; set; }
public Nullable CalculatedGrossMargin_LM { get; set; }
public Nullable TDDirectCosts_LM { get; set; }
public Nullable BUDirectCosts_LM { get; set; }
public Nullable BURevenueShot_LM { get; set; }
public Nullable ShotStartDate { get; set; }
public Nullable EntryTimeStamp { get; set; }
public bool GrowthScenario { get; set; }
public Nullable Actuals_BUDirectCosts { get; set; }
public Nullable Actuals_BUDirectCosts_LM { get; set; }
public Nullable SystemAttributeObjectID { get; set; }
public Nullable GroupId { get; set; }
public Nullable CostSavings { get; set; }
public Nullable ParentProjectId { get; set; }
public string ParentProjectName { get; set; }
public string ParentProjectColor { get; set; }
}
}