Sage Intacct SDK for .NET
Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportDelete Class Reference
Inheritance diagram for Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportDelete:
Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ExpenseReportDelete (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)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport
int? RecordNo
 
DateTime? TransactionDate
 
string EmployeeId
 
string ExpenseReportNumber
 
DateTime? GlPostingDate
 
int? SummaryRecordNo
 
string ExternalId
 
string Action
 
string BaseCurrency
 
string ReimbursementCurrency
 
string AttachmentsId
 
string ReasonForExpense
 
string Memo
 
List< AbstractExpenseReportLineLines = new List<AbstractExpenseReportLine>()
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.EmployeeExpenses.AbstractExpenseReport
 AbstractExpenseReport (string controlId=null)
 
- 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

◆ ExpenseReportDelete()

Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportDelete.ExpenseReportDelete ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.EmployeeExpenses.ExpenseReportDelete.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.