Sage Intacct SDK for .NET
Intacct.SDK.Functions.Common.NewQuery.QueryFunction Class Reference
Inheritance diagram for Intacct.SDK.Functions.Common.NewQuery.QueryFunction:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.Common.NewQuery.IQueryFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Xml.IXmlObject

Public Member Functions

 QueryFunction (string controlId=null)
 
override void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
abstract void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 
void WriteXml (ref IaXmlWriter xml)
 
new void WriteXml (ref IaXmlWriter xml)
 This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema. More...
 

Properties

ISelect[] SelectFields [get, set]
 
string FromObject [get, set]
 
string DocParId [get, set]
 
IFilter Filter [get, set]
 
IOrder[] OrderBy [get, set]
 
bool? CaseInsensitive [get, set]
 
bool? ShowPrivate [get, set]
 
int? PageSize [get, set]
 
int? Offset [get, set]
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.Common.NewQuery.IQueryFunction
ISelect[] SelectFields [get, set]
 
string FromObject [get, set]
 
string DocParId [get, set]
 
IFilter Filter [get, set]
 
IOrder[] OrderBy [get, set]
 
bool? CaseInsensitive [get, set]
 
int? PageSize [get, set]
 
int? Offset [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Constructor & Destructor Documentation

◆ QueryFunction()

Intacct.SDK.Functions.Common.NewQuery.QueryFunction.QueryFunction ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.Common.NewQuery.QueryFunction.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual

This method should use an IaXmlWriter reference to write the function block element with its controlid attribute. This and everything inside the function block must follow the Web Services schema.

Parameters
xml

Implements Intacct.SDK.Functions.AbstractFunction.

Property Documentation

◆ CaseInsensitive

bool? Intacct.SDK.Functions.Common.NewQuery.QueryFunction.CaseInsensitive
getset

◆ DocParId

string Intacct.SDK.Functions.Common.NewQuery.QueryFunction.DocParId
getset

◆ Filter

IFilter Intacct.SDK.Functions.Common.NewQuery.QueryFunction.Filter
getset

◆ FromObject

string Intacct.SDK.Functions.Common.NewQuery.QueryFunction.FromObject
getset

◆ Offset

int? Intacct.SDK.Functions.Common.NewQuery.QueryFunction.Offset
getset

◆ OrderBy

IOrder [] Intacct.SDK.Functions.Common.NewQuery.QueryFunction.OrderBy
getset

◆ PageSize

int? Intacct.SDK.Functions.Common.NewQuery.QueryFunction.PageSize
getset

◆ SelectFields

ISelect [] Intacct.SDK.Functions.Common.NewQuery.QueryFunction.SelectFields
getset

◆ ShowPrivate

bool? Intacct.SDK.Functions.Common.NewQuery.QueryFunction.ShowPrivate
getset