예제 #1
0
 private void _helper_DomainObjectToExportRow(object sender, EventArgs e)
 {
     if ((e as DomainObjectToExportRowEventArgs).DomainObject != null)
     {
         QDOECNList obj = (e as DomainObjectToExportRowEventArgs).DomainObject as QDOECNList;
         (e as DomainObjectToExportRowEventArgs).ExportRow =
             new string[] {
             obj.RunningCard,
             obj.OPCode,
             obj.StepSequenceCode,
             obj.ResourceCode,
             this.languageComponent1.GetString(obj.SNState)
         };
     }
 }
예제 #2
0
 private void _helper_DomainObjectToExportRow(object sender, EventArgs e)
 {
     if ((e as DomainObjectToExportRowEventArgs).DomainObject != null)
     {
         QDOECNList obj = (e as DomainObjectToExportRowEventArgs).DomainObject as QDOECNList;
         (e as DomainObjectToExportRowEventArgs).ExportRow =
             new string[] {
             obj.ECNNO,
             obj.MOCode,
             obj.ItemCode,
             obj.CollectionOPCODE,
             obj.StepSequenceCode,
             obj.ResourceCode,
             obj.MaintainUser,
             FormatHelper.ToDateString(obj.MaintainDate),
             FormatHelper.ToTimeString(obj.MaintainTime),
             obj.RunningCard,
             obj.OPCode,
             this.languageComponent1.GetString(obj.SNState)
         };
     }
 }