Sage Intacct SDK for .NET
Intacct.SDK.Functions.Company.AbstractAttachments Class Reference
Inheritance diagram for Intacct.SDK.Functions.Company.AbstractAttachments:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.Company.AttachmentsCreate Intacct.SDK.Functions.Company.AttachmentsDelete Intacct.SDK.Functions.Company.AttachmentsUpdate

Data Fields

string AttachmentsId
 
string AttachmentsName
 
string AttachmentFolderName
 
string Description
 
List< AttachmentFileFiles = new List<AttachmentFile>()
 

Protected Member Functions

 AbstractAttachments (string controlId=null)
 
- Protected Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
 AbstractFunction ()
 
 AbstractFunction (string controlId)
 

Additional Inherited Members

- Public Member Functions inherited from Intacct.SDK.Functions.AbstractFunction
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)
 
- 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

◆ AbstractAttachments()

Intacct.SDK.Functions.Company.AbstractAttachments.AbstractAttachments ( string  controlId = null)
inlineprotected

Field Documentation

◆ AttachmentFolderName

string Intacct.SDK.Functions.Company.AbstractAttachments.AttachmentFolderName

◆ AttachmentsId

string Intacct.SDK.Functions.Company.AbstractAttachments.AttachmentsId

◆ AttachmentsName

string Intacct.SDK.Functions.Company.AbstractAttachments.AttachmentsName

◆ Description

string Intacct.SDK.Functions.Company.AbstractAttachments.Description

◆ Files

List<AttachmentFile> Intacct.SDK.Functions.Company.AbstractAttachments.Files = new List<AttachmentFile>()