private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.NutritionOrderEN nutritionOrder, string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, bool isOID, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAsociation, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum associationType, bool isWritable, string description, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> trigger, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RegisterEN> register, string value)
        {
            this.Id = id;


            this.NutritionOrder = nutritionOrder;

            this.Name = name;

            this.Type = type;

            this.IsOID = isOID;

            this.TargetAssociation = targetAssociation;

            this.OriginAsociation = originAsociation;

            this.AssociationType = associationType;

            this.IsWritable = isWritable;

            this.Description = description;

            this.Entity = entity;

            this.Trigger = trigger;

            this.Register = register;

            this.Value = value;
        }
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN carePlanTemplate, MoSIoTGenNHibernate.Enumerated.MosIoT.TypePeriodicityEnum periodicity, string description, int duration, MoSIoTGenNHibernate.EN.MosIoT.MedicationEN medication, string location, string outcomeCode, MoSIoTGenNHibernate.EN.MosIoT.NutritionOrderEN nutritionOrder, MoSIoTGenNHibernate.Enumerated.MosIoT.TypeActivityEnum typeActivity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN> notification, string activityCode, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AppointmentEN> appointment)
        {
            this.Id = id;


            this.CarePlanTemplate = carePlanTemplate;

            this.Periodicity = periodicity;

            this.Description = description;

            this.Duration = duration;

            this.Medication = medication;

            this.Location = location;

            this.OutcomeCode = outcomeCode;

            this.NutritionOrder = nutritionOrder;

            this.TypeActivity = typeActivity;

            this.Notification = notification;

            this.ActivityCode = activityCode;

            this.Name = name;

            this.Appointment = appointment;
        }
 public IMNutritionOrderEN(int id, MoSIoTGenNHibernate.EN.MosIoT.NutritionOrderEN nutritionOrder
                           , string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, bool isOID, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAsociation, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum associationType, bool isWritable, string description, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> trigger, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RegisterEN> register, string value
                           )
 {
     this.init(Id, nutritionOrder, name, type, isOID, targetAssociation, originAsociation, associationType, isWritable, description, entity, trigger, register, value);
 }
 public CareActivityEN(int id, MoSIoTGenNHibernate.EN.MosIoT.CarePlanTemplateEN carePlanTemplate, MoSIoTGenNHibernate.Enumerated.MosIoT.TypePeriodicityEnum periodicity, string description, int duration, MoSIoTGenNHibernate.EN.MosIoT.MedicationEN medication, string location, string outcomeCode, MoSIoTGenNHibernate.EN.MosIoT.NutritionOrderEN nutritionOrder, MoSIoTGenNHibernate.Enumerated.MosIoT.TypeActivityEnum typeActivity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN> notification, string activityCode, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AppointmentEN> appointment
                       )
 {
     this.init(Id, carePlanTemplate, periodicity, description, duration, medication, location, outcomeCode, nutritionOrder, typeActivity, notification, activityCode, name, appointment);
 }