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

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