Пример #1
0
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.PatientProfileEN patientProfile, MoSIoTGenNHibernate.EN.MosIoT.UserEN userPatient, string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states)
        {
            this.Id = id;


            this.PatientProfile = patientProfile;

            this.UserPatient = userPatient;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
Пример #2
0
 public PractitionerEN(int id, MoSIoTGenNHibernate.EN.MosIoT.UserEN userPractitioner
                       , string name, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, MoSIoTGenNHibernate.EN.MosIoT.IoTScenarioEN scenario, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN> operations, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> attributes, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN> states
                       )
 {
     this.init(Id, userPractitioner, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.NotificationEN notification, MoSIoTGenNHibernate.EN.MosIoT.UserEN user, bool isReceived)
        {
            this.Id = id;


            this.Notification = notification;

            this.User = user;

            this.IsReceived = isReceived;
        }
 public NotificationUserEN(int id, MoSIoTGenNHibernate.EN.MosIoT.NotificationEN notification, MoSIoTGenNHibernate.EN.MosIoT.UserEN user, bool isReceived
                           )
 {
     this.init(Id, notification, user, isReceived);
 }