EnVisageOnline/Main/Source/EnVisage/resourceAvailability_f_Resu...

28 lines
1.1 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;
public partial class resourceAvailability_f_Result
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string ExpenditureCategory { get; set; }
public Nullable<double> AvailableHours { get; set; }
public Nullable<double> AllocatedHours { get; set; }
public Nullable<double> NonProjectTimeHours { get; set; }
public Nullable<double> ResourceAvailability { get; set; }
public string TeamName { get; set; }
public string TeamId { get; set; }
public string ExpenditureCategoryId { get; set; }
}
}