Netsutie PHP Toolkit
JobTypeSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $externalId;
19 
28  public $internalId;
29 
38  public $isInactive;
39 
48  public $name;
49 
58  public $parent;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "externalId" => "SearchColumnSelectField[]",
65 
66  "internalId" => "SearchColumnSelectField[]",
67 
68  "isInactive" => "SearchColumnBooleanField[]",
69 
70  "name" => "SearchColumnStringField[]",
71 
72  "parent" => "SearchColumnSelectField[]",
73 
74  );
75 
76 }