Netsutie PHP Toolkit
NoteSearchRowBasic Class Reference
Inheritance diagram for NoteSearchRowBasic:
SearchRowBasic SearchRow

Data Fields

 $author
 
 $direction
 
 $externalId
 
 $internalId
 
 $note
 
 $noteDate
 
 $noteType
 
 $title
 
 $customFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from SearchRowBasic
static $paramtypesmap
 
- Static Public Attributes inherited from SearchRow
static $paramtypesmap
 

Detailed Description

NoteSearchRowBasic

Definition at line 8 of file NoteSearchRowBasic.php.

Field Documentation

$author

Definition at line 18 of file NoteSearchRowBasic.php.

$customFieldList

Definition at line 98 of file NoteSearchRowBasic.php.

$direction

Definition at line 28 of file NoteSearchRowBasic.php.

$externalId

Definition at line 38 of file NoteSearchRowBasic.php.

$internalId

Definition at line 48 of file NoteSearchRowBasic.php.

$note

Definition at line 58 of file NoteSearchRowBasic.php.

$noteDate

Definition at line 68 of file NoteSearchRowBasic.php.

$noteType

Definition at line 78 of file NoteSearchRowBasic.php.

$paramtypesmap
static
Initial value:
= array(
"author" => "SearchColumnSelectField[]",
"direction" => "SearchColumnStringField[]",
"externalId" => "SearchColumnSelectField[]",
"internalId" => "SearchColumnSelectField[]",
"note" => "SearchColumnStringField[]",
"noteDate" => "SearchColumnDateField[]",
"noteType" => "SearchColumnStringField[]",
"title" => "SearchColumnStringField[]",
"customFieldList" => "SearchColumnCustomFieldList",
)

Definition at line 102 of file NoteSearchRowBasic.php.

$title

Definition at line 88 of file NoteSearchRowBasic.php.


The documentation for this class was generated from the following file: