Sage Intacct SDK for .NET
Intacct.SDK.Functions.Company.AbstractAllocation Class Reference
Inheritance diagram for Intacct.SDK.Functions.Company.AbstractAllocation:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.Company.AllocationCreate Intacct.SDK.Functions.Company.AllocationDelete Intacct.SDK.Functions.Company.AllocationUpdate

Data Fields

string AllocationId
 
string Description
 
string DocumentNo
 
string AllocateBy
 
string AttachmentsId
 
bool? Active
 
List< AbstractAllocationLineLines = new List<AbstractAllocationLine>()
 

Static Public Attributes

const string AllocateByPercentage = "Percentage"
 
const string AllocateByAbsolute = "Absolute"
 

Protected Member Functions

 AbstractAllocation (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

◆ AbstractAllocation()

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

Field Documentation

◆ Active

bool? Intacct.SDK.Functions.Company.AbstractAllocation.Active

◆ AllocateBy

string Intacct.SDK.Functions.Company.AbstractAllocation.AllocateBy

◆ AllocateByAbsolute

const string Intacct.SDK.Functions.Company.AbstractAllocation.AllocateByAbsolute = "Absolute"
static

◆ AllocateByPercentage

const string Intacct.SDK.Functions.Company.AbstractAllocation.AllocateByPercentage = "Percentage"
static

◆ AllocationId

string Intacct.SDK.Functions.Company.AbstractAllocation.AllocationId

◆ AttachmentsId

string Intacct.SDK.Functions.Company.AbstractAllocation.AttachmentsId

◆ Description

string Intacct.SDK.Functions.Company.AbstractAllocation.Description

◆ DocumentNo

string Intacct.SDK.Functions.Company.AbstractAllocation.DocumentNo

◆ Lines

List<AbstractAllocationLine> Intacct.SDK.Functions.Company.AbstractAllocation.Lines = new List<AbstractAllocationLine>()