Sage Intacct SDK for .NET
Intacct.SDK.Functions.Projects.ProjectDelete Class Reference
Inheritance diagram for Intacct.SDK.Functions.Projects.ProjectDelete:
Intacct.SDK.Functions.Projects.AbstractProject Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 ProjectDelete (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.Projects.AbstractProject
string ProjectId
 
string ProjectName
 
string ProjectCategory
 
string Description
 
string ParentProjectId
 
bool? InvoiceWithParent
 
string ProjectType
 
string ProjectStatus
 
string CustomerId
 
string ProjectManagerEmployeeId
 
string ExternalUserId
 
string SalesContactEmployeeId
 
string ReferenceNo
 
string UserRestrictions
 
bool? Active
 
string PrimaryContactName
 
string BillToContactName
 
string ShipToContactName
 
string PaymentTerms
 
string BillingType
 
DateTime? BeginDate
 
DateTime? EndDate
 
string DepartmentId
 
string LocationId
 
string ClassId
 
string AttachmentsId
 
bool? BillableEmployeeExpense
 
bool? BillableApPurchasing
 
decimal? ObservedPercentComplete
 
string Currency
 
string SalesOrderNo
 
string PurchaseOrderNo
 
decimal? PurchaseOrderAmount
 
string PurchaseQuoteNo
 
decimal? ContractAmount
 
string LaborPricingOption
 
decimal? LaborPricingDefaultRate
 
string ExpensePricingOption
 
decimal? ExpensePricingDefaultRate
 
string ApPurchasingPricingOption
 
decimal? ApPurchasingPricingDefaultRate
 
decimal? BudgetedBillingAmount
 
decimal? BudgetedCost
 
decimal? BudgetedDuration
 
string GlBudgetId
 
string InvoiceMessage
 
string InvoiceCurrency
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.Projects.AbstractProject
 AbstractProject (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

◆ ProjectDelete()

Intacct.SDK.Functions.Projects.ProjectDelete.ProjectDelete ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.Projects.ProjectDelete.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.