[This is preliminary documentation and is subject to change.]
The ExpenseInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExpenseInfo |
The default constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAccountAndProjectName |
Gets the name of the Customer and the Project name delimited by a "/" character.
|
![]() | GetAccountName |
Gets the Customer name for a particular row of the expense object.
|
![]() | GetAmount |
Gets the Amount of a row and column of the expense object.
|
![]() | GetAmountTotal |
Gets the total Amount of expense for an expense object.
|
![]() | GetBillableAmount |
Gets the total billable Amount for the expense items on the expense object.
|
![]() | GetEditableComments |
Gets the editable Comments for the expense object for a particular user.
|
![]() | GetExpenseAmount |
Gets the Amount of the expense.
|
![]() | getExpenseDetail | |
![]() | GetExpenseType |
Gets the expense type for the for a particular row on the expense object.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetNonBillableAmount |
Gets the total non-billable Amount for the expense items on the expense object.
|
![]() | GetNonEditableComments |
Gets the non-editable Comments from the expense object for a particular user.
|
![]() | GetProjectName |
Gets the Project name for a particular row of the expense object.
|
![]() | GetRow |
Gets a list of expense detail for a row of the expense object.
|
![]() | GetRows |
Returns a list of expense details in the expense object.
|
![]() | GetRowTotal |
Gets the total of an expense row on the expense report.
|
![]() | GetSerializedExpenseDetails |
Gets the serialized detail for a particular expense.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsExpenseDetailAvailable |
Shows if the expense detail is available
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToCSV |
Converts the expense object to a Comma Separated Value (CSV file).
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CreatedTimestamp |
The created Timestamp for this expense object.
|
![]() | CurrencyCode |
Teh currency code
|
![]() | CurrencyRate |
Teh currency rate
|
![]() | DocIdList |
The comma separated list of document ids for documents that are attached to this expense object.
|
![]() | ExpenseComments |
the list of expense Comments.
|
![]() | ExpenseDetails |
The list of expense details.
|
![]() | ExpenseId |
The system generated unique identifier for the expense object.
|
![]() | ExportedTimestamp |
The Timestamp when the expense object was exported.
|
![]() | FromDate |
The start date of this expense.
|
![]() | GroupId |
The group identifier for the group where this expense object belongs.
|
![]() | GroupName |
The group name of the group where this expense object belongs.
|
![]() | IsExported |
Shows whether this expense object is exported. Legal values are "Y" and "N".
|
![]() | NumLines |
the number of lines of expenses in this expense object.
|
![]() | RemDocIdList |
The list of comma separated document ids for documents that have been removed from the
expense object.
|
![]() | ToDate |
The end date for this expense.
|
![]() | UserId |
The unique identifier for the user who created this expense object.
|
![]() | UserName |
The name of the user who created this expense object.
|
![]() | WorkflowHistory |
The list of history of workflow for the expense object.
|
![]() | WorkflowTypeId |
Get the workflow type id corresponding to this particular expense.
|