[This is preliminary documentation and is subject to change.]

The ExpenseDetailInfo type exposes the following members.

Constructors

  NameDescription
Public methodExpenseDetailInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountId
The system generated identifier for the account associates with this expense detail information object.
Public propertyAccountName
The name of the account associated with this expense detail information object.
Public propertyAmount
The Amount of the expense.
Public propertyCreatedByTimestamp
The created date and time of when this expense detail information object is created.
Public propertyCreatedByUserId
The system generated unique identifier for the user who created this expense detail object.
Public propertyDescription
The textual Description for this expense.
Public propertyDetail
Details of the ExpenseDetail
Public propertyExpenseDate
The date when this expense was made.
Public propertyExpenseDetailId
The system generated identifier for the expense detail.
Public propertyExpenseId
The system generated unique identifier for the expense.
Public propertyExpenseName
The name of the expense.
Public propertyExpenseTypeId
The identifier for the expense type.
Public propertyExpenseTypeUniqueId
The system generated identifier for the teplate for this expense detail.
Public propertyIsBillable
shows if the expense detail is billable. Uses the value "Y" for billable and "N" for non billable.
Public propertyIsDetailAvailable
Shows if the detail is available for the expense detail object.
Public propertyModifiedByTimestamp
The time stamp when the expense detail information object is last modified.
Public propertyModifiedByUserId
The user identifier of the user who last modified the expense detail information object.
Public propertyPaymentMethodId
The system generated unique identifier for the payment method for the expense detail information object.
Public propertyPaymentMode
Payment Mode
Public propertyProjectId
The system generated unique identifier for the Project associated with this expense detail information object.
Public propertyProjectName
The name of the Project associated with this expense detail information object.
Public propertyReimbursed
The Reimbursed Amount
Public propertyReimbursedNote
The Notes of Reimbursed
Public propertySerialNumber
The serial number for the expense detail information object.
Public propertytax
The tax Amount for this expense.

See Also