private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.RecipeEN recipe, MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN operation, string name, string description)
        {
            this.Id = id;


            this.Recipe = recipe;

            this.Operation = operation;

            this.Name = name;

            this.Description = description;
        }
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.RecipeEN recipe, MoSIoTGenNHibernate.Enumerated.MosIoT.OperatorTypeEnum operator_, string value, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> entityAttributes, MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN event_, string description)
        {
            this.Id = id;


            this.Recipe = recipe;

            this.Operator_ = operator_;

            this.Value = value;

            this.EntityAttributes = entityAttributes;

            this.Event_ = event_;

            this.Description = description;
        }
 public RecipeTriggerEN(int id, MoSIoTGenNHibernate.EN.MosIoT.RecipeEN recipe, MoSIoTGenNHibernate.Enumerated.MosIoT.OperatorTypeEnum operator_, string value, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.EntityAttributesEN> entityAttributes, MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN event_, string description
                        )
 {
     this.init(Id, recipe, operator_, value, entityAttributes, event_, description);
 }
 public RecipeActionEN(int id, MoSIoTGenNHibernate.EN.MosIoT.RecipeEN recipe, MoSIoTGenNHibernate.EN.MosIoT.EntityOperationEN operation, string name, string description
                       )
 {
     this.init(Id, recipe, operation, name, description);
 }