Example #1
0
        private void init(int id
                          , Nullable <DateTime> birthDate, string address, string surnames, string phone, string photo, bool isActive, MoSIoTGenNHibernate.Enumerated.MosIoT.GenderTypeEnum type, bool isDiseased, String pass, string name, string description, string email, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RelatedPersonEN> relatedPerson, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.PractitionerEN> practitioner, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.PatientEN> patient, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.NotifyEN> notifications)
        {
            this.Id = id;


            this.BirthDate = birthDate;

            this.Address = address;

            this.Surnames = surnames;

            this.Phone = phone;

            this.Photo = photo;

            this.IsActive = isActive;

            this.Type = type;

            this.IsDiseased = isDiseased;

            this.Pass = pass;

            this.Name = name;

            this.Description = description;

            this.Email = email;

            this.RelatedPerson = relatedPerson;

            this.Practitioner = practitioner;

            this.Patient = patient;

            this.Notifications = notifications;
        }
Example #2
0
 public UserEN(int id, Nullable <DateTime> birthDate, string address, string surnames, string phone, string photo, bool isActive, MoSIoTGenNHibernate.Enumerated.MosIoT.GenderTypeEnum type, bool isDiseased, String pass, string name, string description, string email, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RelatedPersonEN> relatedPerson, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.PractitionerEN> practitioner, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.PatientEN> patient, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.NotifyEN> notifications
               )
 {
     this.init(Id, birthDate, address, surnames, phone, photo, isActive, type, isDiseased, pass, name, description, email, relatedPerson, practitioner, patient, notifications);
 }