Пример #1
0
        public T_Report_Value toOxyIndexValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.OxyIndex_Std;
            rv.Actual1  = this.OxyIndex_Actual1;
            rv.Actual2  = this.OxyIndex_Actual2;
            rv.Actual3  = this.OxyIndex_Actual3;
            rv.Actual4  = this.OxyIndex_Actual4;
            rv.Actual5  = this.OxyIndex_Actual5;
            rv.Result   = this.OxyIndex_Result;
            return(rv);
        }
Пример #2
0
        public T_Report_Value toShoreHBTestValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.ShoreHBTestI_Std;
            rv.Actual1  = this.ShoreHBTestI_Actual1;
            rv.Actual2  = this.ShoreHBTestI_Actual2;
            rv.Actual3  = this.ShoreHBTestI_Actual3;
            rv.Actual4  = this.ShoreHBTestI_Actual4;
            rv.Actual5  = this.ShoreHBTestI_Actual5;
            rv.Result   = this.ShoreHBTestI_Result;
            return(rv);
        }
Пример #3
0
        public T_Report_Value toSpecGravityValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.SpecGravity_Std;
            rv.Actual1  = this.SpecGravity_Actual1;
            rv.Actual2  = this.SpecGravity_Actual2;
            rv.Actual3  = this.SpecGravity_Actual3;
            rv.Actual4  = this.SpecGravity_Actual4;
            rv.Actual5  = this.SpecGravity_Actual5;
            rv.Result   = this.SpecGravity_Result;
            return(rv);
        }
Пример #4
0
        public T_Report_Value toPkgAndLabelValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = "";
            rv.Actual1  = this.PkgAndLabel_Actual1;
            rv.Actual2  = this.PkgAndLabel_Actual2;
            rv.Actual3  = this.PkgAndLabel_Actual3;
            rv.Actual4  = this.PkgAndLabel_Actual4;
            rv.Actual5  = this.PkgAndLabel_Actual5;
            rv.Result   = this.PkgAndLabel_Result;
            return(rv);
        }
Пример #5
0
        public T_Report_Value toApperanceQualityValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = "";
            rv.Actual1  = this.ApperanceQuality_Actual1;
            rv.Actual2  = this.ApperanceQuality_Actual2;
            rv.Actual3  = this.ApperanceQuality_Actual3;
            rv.Actual4  = this.ApperanceQuality_Actual4;
            rv.Actual5  = this.ApperanceQuality_Actual5;
            rv.Result   = this.ApperanceQuality_Result;
            return(rv);
        }
Пример #6
0
        public T_Report_Value toElecStrengthValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.ElecStrength_Std;
            rv.Actual1  = this.ElecStrength_Actual1;
            rv.Actual2  = this.ElecStrength_Actual2;
            rv.Actual3  = this.ElecStrength_Actual3;
            rv.Actual4  = this.ElecStrength_Actual4;
            rv.Actual5  = this.ElecStrength_Actual5;
            rv.Result   = this.ElecStrength_Result;
            return(rv);
        }
Пример #7
0
 public void updatePkgAndLabel(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.PkgAndLabel_Actual1 = tv.Actual1;
     this.PkgAndLabel_Actual2 = tv.Actual2;
     this.PkgAndLabel_Actual3 = tv.Actual3;
     this.PkgAndLabel_Actual4 = tv.Actual4;
     this.PkgAndLabel_Actual5 = tv.Actual5;
     this.PkgAndLabel_Result  = tv.Result;
 }
Пример #8
0
 public void updateApperanceQuality(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.ApperanceQuality_Actual1 = tv.Actual1;
     this.ApperanceQuality_Actual2 = tv.Actual2;
     this.ApperanceQuality_Actual3 = tv.Actual3;
     this.ApperanceQuality_Actual4 = tv.Actual4;
     this.ApperanceQuality_Actual5 = tv.Actual5;
     this.ApperanceQuality_Result  = tv.Result;
 }
Пример #9
0
        public T_Report_Value toThermalDeformationValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.ThermalDeformation_Std;
            rv.Actual1  = this.ThermalDeformation_Actual1;
            rv.Actual2  = this.ThermalDeformation_Actual2;
            rv.Actual3  = this.ThermalDeformation_Actual3;
            rv.Actual4  = this.ThermalDeformation_Actual4;
            rv.Actual5  = this.ThermalDeformation_Actual5;
            rv.Result   = this.ThermalDeformation_Result;
            return(rv);
        }
Пример #10
0
        public T_Report_Value toBittleImpactTestValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.BittleImpactTes_Std;
            rv.Actual1  = this.BittleImpactTes_Actual1;
            rv.Actual2  = this.BittleImpactTes_Actual2;
            rv.Actual3  = this.BittleImpactTes_Actual3;
            rv.Actual4  = this.BittleImpactTes_Actual4;
            rv.Actual5  = this.BittleImpactTes_Actual5;
            rv.Result   = this.BittleImpactTes_Result;
            return(rv);
        }
Пример #11
0
        public T_Report_Value toThermalStablityTimeValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.ThermalStablityTime_Std;
            rv.Actual1  = this.ThermalStablityTime_Actual1;
            rv.Actual2  = this.ThermalStablityTime_Actual2;
            rv.Actual3  = this.ThermalStablityTime_Actual3;
            rv.Actual4  = this.ThermalStablityTime_Actual4;
            rv.Actual5  = this.ThermalStablityTime_Actual5;
            rv.Result   = this.ThermalStablityTime_Result;
            return(rv);
        }
Пример #12
0
        public T_Report_Value toAgingConditionValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.AgingCondition_Std;
            rv.Actual1  = this.AgingCondition_Actual1;
            rv.Actual2  = this.AgingCondition_Actual2;
            rv.Actual3  = this.AgingCondition_Actual3;
            rv.Actual4  = this.AgingCondition_Actual4;
            rv.Actual5  = this.AgingCondition_Actual5;
            rv.Result   = this.AgingCondition_Result;
            return(rv);
        }
Пример #13
0
        public T_Report_Value toElongBeforeValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.ElongBefore_Std;
            rv.Actual1  = this.ElongBefore_Acutal1;
            rv.Actual2  = this.ElongBefore_Acutal2;
            rv.Actual3  = this.ElongBefore_Acutal3;
            rv.Actual4  = this.ElongBefore_Acutal4;
            rv.Actual5  = this.ElongBefore_Acutal5;
            rv.Result   = this.ElongBefore_Result;
            return(rv);
        }
Пример #14
0
        public T_Report_Value toMpaAfterValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.MpaAfter_Std;
            rv.Actual1  = this.MpaAfter_Actual1;
            rv.Actual2  = this.MpaAfter_Actual2;
            rv.Actual3  = this.MpaAfter_Actual3;
            rv.Actual4  = this.MpaAfter_Actual4;
            rv.Actual5  = this.MpaAfter_Actual5;
            rv.Result   = this.MpaAfter_Result;
            return(rv);
        }
Пример #15
0
        public T_Report_Value toAgingQualityLossValue()
        {
            var rv = new T_Report_Value();

            rv.Standard = this.AgingQualityLoss_Std;
            rv.Actual1  = this.AgingQualityLoss_Actual1;
            rv.Actual2  = this.AgingQualityLoss_Actual2;
            rv.Actual3  = this.AgingQualityLoss_Actual3;
            rv.Actual4  = this.AgingQualityLoss_Actual4;
            rv.Actual5  = this.AgingQualityLoss_Actual5;
            rv.Result   = this.AgingQualityLoss_Result;
            return(rv);
        }
Пример #16
0
 public void updateThermalStablityTime(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.ThermalStablityTime_Actual1 = tv.Actual1;
     this.ThermalStablityTime_Actual2 = tv.Actual2;
     this.ThermalStablityTime_Actual3 = tv.Actual3;
     this.ThermalStablityTime_Actual4 = tv.Actual4;
     this.ThermalStablityTime_Actual5 = tv.Actual5;
     this.ThermalStablityTime_Result  = tv.Result;
     this.ThermalStablityTime_Std     = tv.Standard;
 }
Пример #17
0
 public void updateAgingQualityLoss(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.AgingQualityLoss_Actual1 = tv.Actual1;
     this.AgingQualityLoss_Actual2 = tv.Actual2;
     this.AgingQualityLoss_Actual3 = tv.Actual3;
     this.AgingQualityLoss_Actual4 = tv.Actual4;
     this.AgingQualityLoss_Actual5 = tv.Actual5;
     this.AgingQualityLoss_Result  = tv.Result;
     this.AgingQualityLoss_Std     = tv.Standard;
 }
Пример #18
0
 public void updateElongRateMax(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.ElongRateMax_Actual1 = tv.Actual1;
     this.ElongRateMax_Actual2 = tv.Actual2;
     this.ElongRateMax_Actual3 = tv.Actual3;
     this.ElongRateMax_Actual4 = tv.Actual4;
     this.ElongRateMax_Actual5 = tv.Actual5;
     this.ElongRateMax_Result  = tv.Result;
     this.ElongRateMax_Std     = tv.Standard;
 }
Пример #19
0
 public void updateMpaAfter(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.MpaAfter_Actual1 = tv.Actual1;
     this.MpaAfter_Actual2 = tv.Actual2;
     this.MpaAfter_Actual3 = tv.Actual3;
     this.MpaAfter_Actual4 = tv.Actual4;
     this.MpaAfter_Actual5 = tv.Actual5;
     this.MpaAfter_Result  = tv.Result;
     this.MpaAfter_Std     = tv.Standard;
 }
Пример #20
0
 public void updateElecStrength(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.ElecStrength_Actual1 = tv.Actual1;
     this.ElecStrength_Actual2 = tv.Actual2;
     this.ElecStrength_Actual3 = tv.Actual3;
     this.ElecStrength_Actual4 = tv.Actual4;
     this.ElecStrength_Actual5 = tv.Actual5;
     this.ElecStrength_Result  = tv.Result;
     this.ElecStrength_Std     = tv.Standard;
 }
Пример #21
0
 public void updateShoreHBTest(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.ShoreHBTestI_Actual1 = tv.Actual1;
     this.ShoreHBTestI_Actual2 = tv.Actual2;
     this.ShoreHBTestI_Actual3 = tv.Actual3;
     this.ShoreHBTestI_Actual4 = tv.Actual4;
     this.ShoreHBTestI_Actual5 = tv.Actual5;
     this.ShoreHBTestI_Result  = tv.Result;
     this.ShoreHBTestI_Std     = tv.Standard;
 }
Пример #22
0
 public void updateBittleImpactTest(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.BittleImpactTes_Actual1 = tv.Actual1;
     this.BittleImpactTes_Actual2 = tv.Actual2;
     this.BittleImpactTes_Actual3 = tv.Actual3;
     this.BittleImpactTes_Actual4 = tv.Actual4;
     this.BittleImpactTes_Actual5 = tv.Actual5;
     this.BittleImpactTes_Result  = tv.Result;
     this.BittleImpactTes_Std     = tv.Standard;
 }
Пример #23
0
 public void updateThermalDeformation(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.ThermalDeformation_Actual1 = tv.Actual1;
     this.ThermalDeformation_Actual2 = tv.Actual2;
     this.ThermalDeformation_Actual3 = tv.Actual3;
     this.ThermalDeformation_Actual4 = tv.Actual4;
     this.ThermalDeformation_Actual5 = tv.Actual5;
     this.ThermalDeformation_Result  = tv.Result;
     this.ThermalDeformation_Std     = tv.Standard;
 }
Пример #24
0
 public void updateSpecGravity(T_Report_Value tv)
 {
     if (tv == null)
     {
         return;
     }
     this.SpecGravity_Actual1 = tv.Actual1;
     this.SpecGravity_Actual2 = tv.Actual2;
     this.SpecGravity_Actual3 = tv.Actual3;
     this.SpecGravity_Actual4 = tv.Actual4;
     this.SpecGravity_Actual5 = tv.Actual5;
     this.SpecGravity_Result  = tv.Result;
     this.SpecGravity_Std     = tv.Standard;
 }