//------------------------------------------------------------------------------ // // 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_ProjectPerformance { public System.Guid ForecastScenarioId { get; set; } public System.Guid ActualsScenarioId { get; set; } public int ForecastScenarioType { get; set; } public Nullable ForecastTotalCost { get; set; } public Nullable ActualsTotalCost { get; set; } public Nullable VariationPercent { get; set; } public System.Guid ProjectId { get; set; } public string ProjectName { get; set; } public Nullable Status { get; set; } public Nullable BUDirectCosts { get; set; } public Nullable ScenarioEndDate { get; set; } public System.Guid ProjectTypeId { get; set; } public string ProjectTypeName { get; set; } public int ProjectPriority { get; set; } public Nullable ActualsCostForecasted { get; set; } public Nullable ActualsCostVariation { get; set; } public Nullable ProjectWeight { get; set; } public System.Guid FiscalPeriodId { get; set; } public Nullable ScenarioGroupId { get; set; } } }