Ejemplo n.º 1
0
        private void init(int id
                          , MoSIoTGenNHibernate.Enumerated.MosIoT.SeverityEventEnum severity, MoSIoTGenNHibernate.EN.MosIoT.CommandEN eventCommand, MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN notification, MoSIoTGenNHibernate.EN.MosIoT.TelemetryEN telemetry, string name)
        {
            this.Id = id;


            this.Severity = severity;

            this.EventCommand = eventCommand;

            this.Notification = notification;

            this.Telemetry = telemetry;

            this.Name = name;
        }
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN comunication, 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.Comunication = comunication;

            this.Name = name;

            this.OriginAssociation = originAssociation;

            this.TargetAssociation = targetAssociation;

            this.Scenario = scenario;

            this.Description = description;

            this.Operations = operations;

            this.Attributes = attributes;

            this.States = states;
        }
 public IMCommunicationEN(int id, MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN comunication
                          , 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, comunication, name, originAssociation, targetAssociation, scenario, description, operations, attributes, states);
 }
Ejemplo n.º 4
0
 public EventTelemetryEN(int id, MoSIoTGenNHibernate.Enumerated.MosIoT.SeverityEventEnum severity, MoSIoTGenNHibernate.EN.MosIoT.CommandEN eventCommand, MoSIoTGenNHibernate.EN.MosIoT.ComunicationEN notification
                         , MoSIoTGenNHibernate.EN.MosIoT.TelemetryEN telemetry, string name
                         )
 {
     this.init(Id, severity, eventCommand, notification, telemetry, name);
 }