TimesheetEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods in the [TimeSheet Web service].TimeSheet class.
The TimesheetEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimesheetEventReceiver | Creates an instance of the TimesheetEventReceiver class; used internally. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCreated | A post-event handler for the CreateTimesheet method. | |
OnCreating | A pre-event handler for the CreateTimesheet method. | |
OnDeleted | A post-event handler for the QueueDeleteTimesheet method. | |
OnDeleting | A pre-event handler for the QueueDeleteTimesheet method. | |
OnLineApproved | A post-event handler for the ApproveNonProjectTime method. | |
OnLineApproving | A pre-event handler for the ApproveNonProjectTime method. | |
OnRecalled | A post-event handler for the QueueRecallTimesheet method. | |
OnRecalling | A pre-event handler for the QueueRecallTimesheet method. | |
OnReviewed | A post-event handler for the QueueReviewTimesheet method. | |
OnReviewing | A pre-event handler for the QueueReviewTimesheet method. | |
OnSubmitted | A post-event handler for the QueueSubmitTimesheet method. | |
OnSubmitting | A pre-event handler for the QueueSubmitTimesheet method. | |
OnUpdated | A post-event handler for the QueueUpdateTimesheet method. | |
OnUpdating | A pre-event handler for the QueueUpdateTimesheet method. | |
ToString | (Inherited from Object.) |
Top