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

Public Member Functions

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...
 
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)
 

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]
 
int? PageSize [get, set]
 
int? Offset [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Member Function Documentation

◆ WriteXml()

new void Intacct.SDK.Functions.Common.NewQuery.IQueryFunction.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.

Parameters
xml

Implements Intacct.SDK.Functions.IFunction.

Implemented in Intacct.SDK.Functions.Common.NewQuery.QueryFunction.

Property Documentation

◆ CaseInsensitive

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

◆ DocParId

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

◆ Filter

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

◆ FromObject

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

◆ Offset

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

◆ OrderBy

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

◆ PageSize

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

◆ SelectFields

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