Sage Intacct SDK for .NET
Intacct.SDK.Functions.Company.AbstractClass Class Reference
Inheritance diagram for Intacct.SDK.Functions.Company.AbstractClass:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.Company.ClassCreate Intacct.SDK.Functions.Company.ClassDelete Intacct.SDK.Functions.Company.ClassUpdate

Data Fields

string ClassId
 
string ClassName
 
string Description
 
string ParentClassId
 
bool? Active
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractClass()

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

Field Documentation

◆ Active

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

◆ ClassId

string Intacct.SDK.Functions.Company.AbstractClass.ClassId

◆ ClassName

string Intacct.SDK.Functions.Company.AbstractClass.ClassName

◆ CustomFields

Dictionary<string, dynamic> Intacct.SDK.Functions.Company.AbstractClass.CustomFields = new Dictionary<string, dynamic>()

◆ Description

string Intacct.SDK.Functions.Company.AbstractClass.Description

◆ ParentClassId

string Intacct.SDK.Functions.Company.AbstractClass.ParentClassId