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

Public Member Functions

 Lookup (string controlId="")
 
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)
 

Data Fields

string Object
 
string DocParId
 

Additional Inherited Members

- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 
- Properties inherited from Intacct.SDK.Functions.AbstractFunction
string ControlId [get, set]
 
- Properties inherited from Intacct.SDK.Functions.IFunction
string ControlId [get, set]
 

Constructor & Destructor Documentation

◆ Lookup()

Intacct.SDK.Functions.Common.Lookup.Lookup ( string  controlId = "")
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.Common.Lookup.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.

Field Documentation

◆ DocParId

string Intacct.SDK.Functions.Common.Lookup.DocParId

◆ Object

string Intacct.SDK.Functions.Common.Lookup.Object