Sage Intacct SDK for JavaScript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Select
Function
constructor
field
Name
AVERAGE
COUNT
MAXIMUM
MINIMUM
SUM
get
Function
Name
write
Xml
Average
Count
Field
Maximum
Minimum
Select
Builder
Select
Function
Factory
Sum
ISelect
Hierarchy
AbstractSelectFunction
Average
Count
Maximum
Minimum
Sum
Implements
ISelect
Index
Constructors
constructor
Properties
field
Name
AVERAGE
COUNT
MAXIMUM
MINIMUM
SUM
Methods
get
Function
Name
write
Xml
Constructors
constructor
new
Abstract
Select
Function
(
fieldName
:
string
)
:
AbstractSelectFunction
Parameters
fieldName:
string
Returns
AbstractSelectFunction
Properties
Private
Readonly
field
Name
field
Name
:
string
Static
Readonly
AVERAGE
AVERAGE
:
"avg"
= "avg"
Static
Readonly
COUNT
COUNT
:
"count"
= "count"
Static
Readonly
MAXIMUM
MAXIMUM
:
"max"
= "max"
Static
Readonly
MINIMUM
MINIMUM
:
"min"
= "min"
Static
Readonly
SUM
SUM
:
"sum"
= "sum"
Methods
Abstract
get
Function
Name
get
Function
Name
(
)
:
string
Returns aggregate function name
Returns
string
write
Xml
write
Xml
(
xml
:
IaXmlWriter
)
:
void
Parameters
xml:
IaXmlWriter
Returns
void
Generated using
TypeDoc
Returns aggregate function name