ReportingPostTimesheetStatusChangedEventArgs members
Represents methods and properties in the post-event arguments for the OnTimesheetStatusChanged event handler method.
The ReportingPostTimesheetStatusChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReportingPostTimesheetStatusChangedEventArgs() | |
![]() |
ReportingPostTimesheetStatusChangedEventArgs(Guid, TimesheetEnum.Status, DateTime, Guid, String) | Creates an instance of the ReportingPostTimesheetStatusChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ModifiedDate | Gets the date of the change to a timesheet status. |
![]() |
ResourceGuid | Gets the GUID of a resource that is associated with the timesheet whose status has been changed. |
![]() |
ResourceName | Gets the name of a resource that is associated with the timesheet whose status has been changed. |
![]() |
TimesheetGuid | Gets the GUID of the timesheet whose status has been changed. |
![]() |
TimesheetStatus | Gets an enumerated value that represents the current timesheet status. |
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 the timesheet status and timesheet GUID, the resource name and resource GUID, and the timesheet modification date. (Overrides Object.ToString().) |
Top