Exemplo n.º 1
0
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.CommandEN command, string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, MoSIoTGenNHibernate.Enumerated.MosIoT.ServiceTypeEnum serviceType, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityArgumentEN> entityArgument, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeActionEN> ruleAction, MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN originState, MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN targetState, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> triggers)
        {
            this.Id = id;


            this.Command = command;

            this.Name = name;

            this.Type = type;

            this.ServiceType = serviceType;

            this.Description = description;

            this.EntityArgument = entityArgument;

            this.Entity = entity;

            this.RuleAction = ruleAction;

            this.OriginState = originState;

            this.TargetState = targetState;

            this.Triggers = triggers;
        }
Exemplo n.º 2
0
 public IMCommandEN(int id, MoSIoTGenNHibernate.EN.MosIoT.CommandEN command
                    , string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, MoSIoTGenNHibernate.Enumerated.MosIoT.ServiceTypeEnum serviceType, string description, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityArgumentEN> entityArgument, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeActionEN> ruleAction, MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN originState, MoSIoTGenNHibernate.EN.MosIoT.EntityStateEN targetState, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> triggers
                    )
 {
     this.init(Id, command, name, type, serviceType, description, entityArgument, entity, ruleAction, originState, targetState, triggers);
 }