ReportingPostTimesheetAdjustedEventArgs members
Represents methods and properties in the post-event arguments for the OnTimesheetAdjusted event handler method.
The ReportingPostTimesheetAdjustedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostTimesheetAdjustedEventArgs() | ||
ReportingPostTimesheetAdjustedEventArgs(Guid, Guid) | Creates an instance of the ReportingPostTimesheetAdjustedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
AdjustmentGuid | Gets the GUID of the timesheet adjustment. | |
TimesheetGuid | Gets the GUID of the adjusted timesheet. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a text string that contains timesheet GUIDs and timesheet adjustment GUIDs. (Overrides Object.ToString().) |
Top