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

Provides enumerated types for customers, projects and tasks for time and expense reporting.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum TimeAndExpenseAlias
Visual Basic (Declaration)
Public Enumeration TimeAndExpenseAlias
Visual C++
public enum class TimeAndExpenseAlias

Members

Member nameDescription
Customer
The customer for whom the time and expense reports are created.
Project
The project for the customers.
Task
The tasks for timesheets.

See Also