Sage Intacct SDK for .NET
Intacct.SDK.Functions.Company.AbstractLocation Class Reference
Inheritance diagram for Intacct.SDK.Functions.Company.AbstractLocation:
Intacct.SDK.Functions.AbstractFunction Intacct.SDK.Functions.IFunction Intacct.SDK.Xml.IXmlObject Intacct.SDK.Functions.Company.LocationCreate Intacct.SDK.Functions.Company.LocationDelete Intacct.SDK.Functions.Company.LocationUpdate

Data Fields

string LocationId
 
string LocationName
 
string ParentLocationId
 
string ManagerEmployeeId
 
string LocationContactName
 
string ShipToContactName
 
DateTime? StartDate
 
DateTime? EndDate
 
string LocationTitle
 
bool? Active
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 

Protected Member Functions

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

◆ AbstractLocation()

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

Field Documentation

◆ Active

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

◆ CustomFields

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

◆ EndDate

DateTime? Intacct.SDK.Functions.Company.AbstractLocation.EndDate

◆ LocationContactName

string Intacct.SDK.Functions.Company.AbstractLocation.LocationContactName

◆ LocationId

string Intacct.SDK.Functions.Company.AbstractLocation.LocationId

◆ LocationName

string Intacct.SDK.Functions.Company.AbstractLocation.LocationName

◆ LocationTitle

string Intacct.SDK.Functions.Company.AbstractLocation.LocationTitle

◆ ManagerEmployeeId

string Intacct.SDK.Functions.Company.AbstractLocation.ManagerEmployeeId

◆ ParentLocationId

string Intacct.SDK.Functions.Company.AbstractLocation.ParentLocationId

◆ ShipToContactName

string Intacct.SDK.Functions.Company.AbstractLocation.ShipToContactName

◆ StartDate

DateTime? Intacct.SDK.Functions.Company.AbstractLocation.StartDate