//------------------------------------------------------------------------------
//
// 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_Holiday
{
public System.Guid Id { get; set; }
public string Name { get; set; }
public bool WorkingDays { get; set; }
public System.Guid HolidayGroupId { get; set; }
public System.DateTime EffectiveChangeDate { get; set; }
public System.DateTime CreatedAt { get; set; }
public string Options { get; set; }
public System.DateTime StartDate { get; set; }
public Nullable EndDate { get; set; }
public bool CompanyImpact { get; set; }
public bool IsInclude { get; set; }
public Nullable ValidTo { get; set; }
}
}