Share via


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
Protected method ReportingPostTimesheetStatusChangedEventArgs()
Public method ReportingPostTimesheetStatusChangedEventArgs(Guid, TimesheetEnum.Status, DateTime, Guid, String) Creates an instance of the ReportingPostTimesheetStatusChangedEventArgs class; used internally.

Top

Properties

  Name Description
Public property ModifiedDate Gets the date of the change to a timesheet status.
Public property ResourceGuid Gets the GUID of a resource that is associated with the timesheet whose status has been changed.
Public property ResourceName Gets the name of a resource that is associated with the timesheet whose status has been changed.
Public property TimesheetGuid Gets the GUID of the timesheet whose status has been changed.
Public property TimesheetStatus Gets an enumerated value that represents the current timesheet status.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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

See also

Reference

ReportingPostTimesheetStatusChangedEventArgs class

Microsoft.Office.Project.Server.Events namespace