Exemplo n.º 1
0
 public iSmartEntity(int itemDetails_count,int pGrpM_count,int historyDetails_count,int sendForClr_count)
 {
     // TODO: Add constructor logic here
      IS_headerDetails = new headerDetails();
      IS_child_itemDetails = new itemDetails[itemDetails_count];
      IS_child_purchaseGroupMembers = new purchaseGroupMembers[pGrpM_count];
      IS_child_historyDetails = new historyDetails[historyDetails_count];
      IS_child_sendForClrDetails = new SendForClarification[sendForClr_count];
 }
Exemplo n.º 2
0
 public iSmartEntity()
 {
     // TODO: Add constructor logic here
     IS_headerDetails = new headerDetails();
 }
Exemplo n.º 3
0
 public PST_OutputEntity(int empDetails_count)
 {
     // TODO: Add constructor logic here
      PST_headerDetails = new headerDetails();
      PST_child_empDetails = new empDetails[empDetails_count];
 }
Exemplo n.º 4
0
 public PST_OutputEntity()
 {
     // TODO: Add constructor logic here
     PST_headerDetails = new headerDetails();
 }
Exemplo n.º 5
0
 public timesheetEntity( int count)
 {
     // TODO: Add constructor logic here
      TS_headerDetails = new headerDetails();
      TS_childDetails = new childDetails[count];
 }
Exemplo n.º 6
0
 public SCT_Emp(int itemDetails_count)
 {
     // TODO: Add constructor logic here
     SCT_headerDetails = new headerDetails();
     SCT_childDetails = new childDetails[itemDetails_count];
 }
Exemplo n.º 7
0
 public SCT_Emp()
 {
     // TODO: Add constructor logic here
     SCT_headerDetails = new headerDetails();
 }