Sage Intacct SDK for .NET
Intacct.SDK.Functions.Projects.TimesheetEntryCreate Class Reference
Inheritance diagram for Intacct.SDK.Functions.Projects.TimesheetEntryCreate:
Intacct.SDK.Functions.Projects.AbstractTimesheetEntry Intacct.SDK.Xml.IXmlObject

Public Member Functions

 TimesheetEntryCreate ()
 
override void WriteXml (ref IaXmlWriter xml)
 
abstract void WriteXml (ref IaXmlWriter xml)
 
void WriteXml (ref IaXmlWriter xml)
 

Additional Inherited Members

- Data Fields inherited from Intacct.SDK.Functions.Projects.AbstractTimesheetEntry
DateTime EntryDate
 
decimal? Quantity
 
string Description
 
string Notes
 
int? TaskRecordNo
 
string TimeTypeName
 
bool? Billable
 
decimal? OverrideBillingRate
 
decimal? OverrideLaborCostRate
 
string DepartmentId
 
string LocationId
 
string ProjectId
 
string CustomerId
 
string VendorId
 
string ItemId
 
string ClassId
 
string ContractId
 
string WarehouseId
 
Dictionary< string, dynamic > CustomFields = new Dictionary<string, dynamic>()
 
- Protected Member Functions inherited from Intacct.SDK.Functions.Projects.AbstractTimesheetEntry
 AbstractTimesheetEntry ()
 

Constructor & Destructor Documentation

◆ TimesheetEntryCreate()

Intacct.SDK.Functions.Projects.TimesheetEntryCreate.TimesheetEntryCreate ( )
inline

Member Function Documentation

◆ WriteXml()

override void Intacct.SDK.Functions.Projects.TimesheetEntryCreate.WriteXml ( ref IaXmlWriter  xml)
inlinevirtual