//------------------------------------------------------------------------------
//
// 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 Nullable ForecastTotalQuantity { get; set; }
public Nullable ActualsTotalQuantity { get; set; }
public Nullable VariationQuantityPercent { get; set; }
public Nullable Status { get; set; }
public Nullable BUDirectCosts { get; set; }
public Nullable ScenarioEndDate { get; set; }
public Nullable ScenarioStartDate { get; set; }
public System.Guid ProjectId { get; set; }
public string ProjectName { get; set; }
public System.Guid ProjectTypeId { get; set; }
public decimal ProjectPriority { get; set; }
public System.Guid StatusId { get; set; }
public Nullable ClientId { get; set; }
public string ProjectTypeName { get; set; }
public Nullable StrategicGoalId { get; set; }
public Nullable TagID { get; set; }
public Nullable ActualsCostForecasted { get; set; }
public Nullable ActualsCostVariation { get; set; }
public Nullable ActualsQuantityVariation { get; set; }
public Nullable ProjectWeight { get; set; }
public System.Guid FiscalPeriodId { get; set; }
public Nullable ScenarioGroupId { get; set; }
}
}