Esempio n. 1
0
 public Kpi_AreaItemWrapper(KpiInfo info, KpiControlType type)
     : base(info)
 {
     Name             = info.Name;
     Type             = type;
     Custom_KpiGoal   = info.Custom_KpiGoal;
     Custom_KpiStatus = info.Custom_KpiStatus;
     Custom_KpiTrend  = info.Custom_KpiTrend;
     Custom_KpiValue  = info.Custom_KpiValue;
 }
        public Kpi_AreaItemWrapper(KpiInfo info, KpiControlType type)
            : base(info)
        {
            Name = info.Name;
            Type = type;
            Custom_KpiGoal = info.Custom_KpiGoal;
            Custom_KpiStatus = info.Custom_KpiStatus;
            Custom_KpiTrend = info.Custom_KpiTrend;
            Custom_KpiValue = info.Custom_KpiValue;

        }
Esempio n. 3
0
 public Kpi_AreaItemControl(Kpi_AreaItemWrapper wrapper, BitmapImage icon)
     : base(wrapper, icon)
 {
     Type = wrapper.Type;
 }
 public Kpi_AreaItemControl(Kpi_AreaItemWrapper wrapper, BitmapImage icon)
     : base(wrapper, icon)
 {
     Type = wrapper.Type;
 }