Esempio n. 1
0
        private void init(int id
                          , Nullable <DateTime> date, MoSIoTGenNHibernate.EN.MosIoT.AppointmentEN appointment, 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.Date = date;

            this.Appointment = appointment;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
Esempio n. 2
0
 public IMAppointmentEN(int id, Nullable <DateTime> date, MoSIoTGenNHibernate.EN.MosIoT.AppointmentEN appointment
                        , 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, date, appointment, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }