[This is preliminary documentation and is subject to change.]
Provides enumerated types for the sort type of Time and Expense Reporting application.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum TESortType |
Visual Basic (Declaration) |
---|
Public Enumeration TESortType |
Visual C++ |
---|
public enum class TESortType |
Members
Member name | Description | |
---|---|---|
Item |
Sort by an item.
| |
Status |
Sort by the status of the time and expense report.
| |
LastName |
Sort by the name of the time and expense report user.
| |
WeekStarting |
Sort by the week starting date of the time and expense report.
| |
TotalValue |
Sort by the total value (hours or amount) for each report.
| |
GroupName |
Sort by the name of the group to whom this report belongs.
|