Esempio n. 1
0
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.GoalEN goal, string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, bool isOID, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAsociation, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum associationType, bool isWritable, string description, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> trigger, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RegisterEN> register, string value)
        {
            this.Id = id;


            this.Goal = goal;

            this.Name = name;

            this.Type = type;

            this.IsOID = isOID;

            this.TargetAssociation = targetAssociation;

            this.OriginAsociation = originAsociation;

            this.AssociationType = associationType;

            this.IsWritable = isWritable;

            this.Description = description;

            this.Entity = entity;

            this.Trigger = trigger;

            this.Register = register;

            this.Value = value;
        }
Esempio n. 2
0
        private void init(int id
                          , MoSIoTGenNHibernate.EN.MosIoT.GoalEN goal, string desiredValue, MoSIoTGenNHibernate.EN.MosIoT.MeasureEN measure, string description, Nullable <DateTime> dueDate)
        {
            this.Id = id;


            this.Goal = goal;

            this.DesiredValue = desiredValue;

            this.Measure = measure;

            this.Description = description;

            this.DueDate = dueDate;
        }
Esempio n. 3
0
 public TargetEN(int id, MoSIoTGenNHibernate.EN.MosIoT.GoalEN goal, string desiredValue, MoSIoTGenNHibernate.EN.MosIoT.MeasureEN measure, string description, Nullable <DateTime> dueDate
                 )
 {
     this.init(Id, goal, desiredValue, measure, description, dueDate);
 }
Esempio n. 4
0
 public IMGoalEN(int id, MoSIoTGenNHibernate.EN.MosIoT.GoalEN goal
                 , string name, MoSIoTGenNHibernate.Enumerated.MosIoT.DataTypeEnum type, bool isOID, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> targetAssociation, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.AssociationEN> originAsociation, MoSIoTGenNHibernate.Enumerated.MosIoT.AssociationTypeEnum associationType, bool isWritable, string description, MoSIoTGenNHibernate.EN.MosIoT.EntityEN entity, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RecipeTriggerEN> trigger, System.Collections.Generic.IList <MoSIoTGenNHibernate.EN.MosIoT.RegisterEN> register, string value
                 )
 {
     this.init(Id, goal, name, type, isOID, targetAssociation, originAsociation, associationType, isWritable, description, entity, trigger, register, value);
 }