Sage Intacct SDK for .NET
Intacct.SDK.Functions.InventoryControl.WarehouseTransferCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.InventoryControl.WarehouseTransferCreate:
Intacct.SDK.Functions.InventoryControl.AbstractWarehouseTransfer Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject

Public Member Functions

 WarehouseTransferCreate (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.InventoryControl.AbstractWarehouseTransfer
int? RecordNumber
 
DateTime TransactionDate
 
string ReferenceNumber
 
string Description
 
string TransferType
 
string Action
 
DateTime? OutDate
 
DateTime? InDate
 
decimal? ExchangeRate
 
string ExchangeRateTypeId
 
DateTime? ExchangeRateDate
 
List< AbstractWarehouseTransferLineLines = new List<AbstractWarehouseTransferLine>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.InventoryControl.AbstractWarehouseTransfer
 AbstractWarehouseTransfer (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

◆ WarehouseTransferCreate()

Intacct.SDK.Functions.InventoryControl.WarehouseTransferCreate.WarehouseTransferCreate ( string  controlId = null)
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.InventoryControl.WarehouseTransferCreate.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.