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

Public Member Functions

 ContractLineCreate (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.AbstractContractLine
int? RecordNo
 
string ContractId
 
string ItemId
 
DateTime? BeginDate
 
DateTime? EndDate
 
string ItemDescription
 
bool? Renewal
 
DateTime? ExchangeRateDate
 
decimal? ExchangeRateValue
 
string BillingMethod
 
string FixedPriceFrequency
 
string BillingTemplate
 
DateTime? BillingStartDate
 
DateTime? BillingEndDate
 
decimal? FixedPriceQuantity
 
decimal? FixedPriceRate
 
decimal? FixedPriceMultiplier
 
decimal? FixedPriceDiscountPercent
 
decimal? FlatFixedAmount
 
string Revenue1Template
 
DateTime? Revenue1StartDate
 
DateTime? Revenue1EndDate
 
string Revenue2Template
 
DateTime? Revenue2StartDate
 
DateTime? Revenue2EndDate
 
string ShipToContactName
 
string LocationId
 
string DepartmentId
 
string ProjectId
 
string VendorId
 
string EmployeeId
 
string ClassId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.ContractsRevMgmt.AbstractContractLine
 AbstractContractLine (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

◆ ContractLineCreate()

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

Member Function Documentation

◆ WriteXml()

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