Netsutie PHP Toolkit
ManufacturingOperationTaskSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
29 
38  public $userJoin;
39 
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "basic" => "ManufacturingOperationTaskSearchRowBasic",
65 
66  "predecessorJoin" => "ManufacturingOperationTaskSearchRowBasic",
67 
68  "userJoin" => "EmployeeSearchRowBasic",
69 
70  "workOrderJoin" => "TransactionSearchRowBasic",
71 
72  "customSearchJoin" => "CustomSearchRowBasic[]",
73 
74  );
75 
76 }