31 lines
1.2 KiB
C#
31 lines
1.2 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_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<System.DateTime> EndDate { get; set; }
|
|
public bool CompanyImpact { get; set; }
|
|
public bool IsInclude { get; set; }
|
|
public Nullable<System.DateTime> ValidTo { get; set; }
|
|
}
|
|
}
|