Exemplo n.º 1
0
 public override void Load(IDictionary values)
 {
     if (values != null)
     {
         this.Code = (values["Code"] != null) ? ((int)EntityUtil.ChangeType(values["Code"], typeof(int))) : 0;
     }
 }
Exemplo n.º 2
0
 public override void Load(IDictionary values)
 {
     if (values != null)
     {
         this.UserCode = (values["UserCode"] != null) ? ((string)EntityUtil.ChangeType(values["UserCode"], typeof(string))) : string.Empty;
     }
 }
Exemplo n.º 3
0
 public override void Load(IDictionary values)
 {
     if (values != null)
     {
         this.InspectSituationID = (values["InspectSituationID"] != null) ? ((int)EntityUtil.ChangeType(values["InspectSituationID"], typeof(int))) : 0;
     }
 }
Exemplo n.º 4
0
 public override void Load(IDictionary values)
 {
     if (values != null)
     {
         this.MaterialPurchasDtlID = (values["MaterialPurchasDtlID"] != null) ? ((int)EntityUtil.ChangeType(values["MaterialPurchasDtlID"], typeof(int))) : 0;
     }
 }
Exemplo n.º 5
0
 public override void Load(IDictionary values)
 {
     if (values != null)
     {
         this.ContractMaterialPlanCode = (values["ContractMaterialPlanCode"] != null) ? ((string)EntityUtil.ChangeType(values["ContractMaterialPlanCode"], typeof(string))) : string.Empty;
     }
 }