Sage Intacct SDK for .NET
Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount Class Reference
Inheritance diagram for Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.GeneralLedger.AbstractAccount Intacct.SDK.Functions.GeneralLedger.AbstractStatisticalAccount Intacct.SDK.Functions.GeneralLedger.AccountCreate Intacct.SDK.Functions.GeneralLedger.AccountDelete Intacct.SDK.Functions.GeneralLedger.AccountUpdate Intacct.SDK.Functions.GeneralLedger.StatisticalAccountDelete Intacct.SDK.Functions.GeneralLedger.StatisticalAccountCreate Intacct.SDK.Functions.GeneralLedger.StatisticalAccountUpdate

Data Fields

string AccountNo
 
string Title
 
string SystemCategory
 
bool? Active
 
bool? RequireDepartment
 
bool? RequireLocation
 
bool? RequireProject
 
bool? RequireCustomer
 
bool? RequireVendor
 
bool? RequireEmployee
 
bool? RequireItem
 
bool? RequireClass
 
bool? RequireContract
 
bool? RequireWarehouse
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractGlAccount()

Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.AbstractGlAccount ( string  controlId = null)
inlineprotected

Field Documentation

◆ AccountNo

string Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.AccountNo

◆ Active

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.Active

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.CustomFields = new Dictionary<string, dynamic>()

◆ RequireClass

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireClass

◆ RequireContract

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireContract

◆ RequireCustomer

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireCustomer

◆ RequireDepartment

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireDepartment

◆ RequireEmployee

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireEmployee

◆ RequireItem

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireItem

◆ RequireLocation

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireLocation

◆ RequireProject

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireProject

◆ RequireVendor

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireVendor

◆ RequireWarehouse

bool? Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.RequireWarehouse

◆ SystemCategory

string Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.SystemCategory

◆ Title

string Intacct.SDK.Functions.GeneralLedger.AbstractGlAccount.Title