[This is preliminary documentation and is subject to change.]
Gets all the details corresponding to a particular expense type.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ExpenseTypeInfo GetExpenseTypeInfo( int expenseTypeUniqueId ) |
Visual Basic (Declaration) |
---|
Public Function GetExpenseTypeInfo ( _ expenseTypeUniqueId As Integer _ ) As ExpenseTypeInfo |
Visual C++ |
---|
public: ExpenseTypeInfo^ GetExpenseTypeInfo( int expenseTypeUniqueId ) |
Parameters
- expenseTypeUniqueId
- Type: System..::.Int32
Unique id of the expense type.