private void init(int identifier
                          , ChroniGenNHibernate.Enumerated.Chroni.SlotStatusEnum status, Nullable <DateTime> startDate, Nullable <DateTime> endDate, string note, ChroniGenNHibernate.EN.Chroni.EncounterEN encounter, ChroniGenNHibernate.EN.Chroni.ScheduleEN schedule)
        {
            this.Identifier = identifier;


            this.Status = status;

            this.StartDate = startDate;

            this.EndDate = endDate;

            this.Note = note;

            this.Encounter = encounter;

            this.Schedule = schedule;
        }
 public SlotEN(int identifier, ChroniGenNHibernate.Enumerated.Chroni.SlotStatusEnum status, Nullable <DateTime> startDate, Nullable <DateTime> endDate, string note, ChroniGenNHibernate.EN.Chroni.EncounterEN encounter, ChroniGenNHibernate.EN.Chroni.ScheduleEN schedule
               )
 {
     this.init(Identifier, status, startDate, endDate, note, encounter, schedule);
 }