Sage Intacct SDK for .NET
Intacct.SDK.Functions.ContractsRevMgmt.ContractDelete Class Reference
Inheritance diagram for Intacct.SDK.Functions.ContractsRevMgmt.ContractDelete:
Intacct.SDK.Functions.ContractsRevMgmt.AbstractContract Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ContractDelete (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.ContractsRevMgmt.AbstractContract
int? RecordNo
 
string ContractId
 
string CustomerId
 
string ContractName
 
string BillToContactName
 
string Description
 
string ShipToContactName
 
DateTime? BeginDate
 
DateTime? EndDate
 
string BillingFrequency
 
string PaymentTerm
 
string BillingPriceList
 
string FairValuePriceList
 
string AttachmentsId
 
string LocationId
 
string DepartmentId
 
string ProjectId
 
string VendorId
 
string EmployeeId
 
string ClassId
 
string TransactionCurrency
 
string ExchangeRateType
 
bool? Renewal
 
string RenewalTemplate
 
string RenewalTermLength
 
string RenewalTermPeriod
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.ContractsRevMgmt.AbstractContract
 AbstractContract (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

◆ ContractDelete()

Intacct.SDK.Functions.ContractsRevMgmt.ContractDelete.ContractDelete ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.ContractsRevMgmt.ContractDelete.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.