Netsutie PHP Toolkit
CustomListSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $description;
19 
28  public $internalId;
29 
38  public $isInactive;
39 
48  public $isOrdered;
49 
58  public $name;
59 
68  public $owner;
69 
78  public $scriptId;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "description" => "SearchColumnStringField[]",
85 
86  "internalId" => "SearchColumnSelectField[]",
87 
88  "isInactive" => "SearchColumnBooleanField[]",
89 
90  "isOrdered" => "SearchColumnBooleanField[]",
91 
92  "name" => "SearchColumnStringField[]",
93 
94  "owner" => "SearchColumnSelectField[]",
95 
96  "scriptId" => "SearchColumnStringField[]",
97 
98  );
99 
100 }