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

Public Member Functions

 EmployeeDelete (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.AbstractEmployee
string EmployeeId
 
string ContactName
 
DateTime? StartDate
 
string Title
 
string Ssn
 
string EmployeeType
 
bool? Active
 
bool? PlaceholderResource
 
DateTime? BirthDate
 
DateTime? EndDate
 
string TerminationType
 
string ManagerEmployeeId
 
string Gender
 
string DepartmentId
 
string LocationId
 
string ClassId
 
string DefaultCurrency
 
string EarningTypeName
 
bool? PostActualCost
 
string Form1099Name
 
string Form1099Type
 
string Form1099Box
 
string AttachmentFolderName
 
string PreferredPaymentMethod
 
string SendAutomaticPaymentNotification
 
bool? MergePaymentRequests
 
bool? AchEnabled
 
string AchBankRoutingNo
 
string AchBankAccountNo
 
string AchBankAccountType
 
string AchBankAccountClass
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.EmployeeExpenses.AbstractEmployee
 AbstractEmployee (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

◆ EmployeeDelete()

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

Member Function Documentation

◆ WriteXml()

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