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