[This is preliminary documentation and is subject to change.]
The ExpenseInfo type exposes the following methods.
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.) |
