ReportingPostTimesheetPeriodChangedEventArgs members

Represents methods and properties in the post-event arguments for the OnTimesheetPeriodChanged event handler method.

The ReportingPostTimesheetPeriodChangedEventArgs type exposes the following members.

Constructors

  Name Description
Protected method ReportingPostTimesheetPeriodChangedEventArgs()
Public method ReportingPostTimesheetPeriodChangedEventArgs(Guid, DateTime, DateTime, String, TimesheetEnum.PeriodState) Creates an instance of the ReportingPostTimesheetPeriodChangedEventArgs class; used internally.

Top

Properties

  Name Description
Public property PeriodEndDate Gets the end date of the changed timesheet period.
Public property PeriodGuid Gets the GUID name of the changed timesheet period.
Public property PeriodName Gets the unique name of the changed timesheet period.
Public property PeriodStartDate Gets the start date name of the changed timesheet period.
Public property PeriodStatus Gets an enumerated value that represents the status of the changed timesheet period.

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 GUID, start date, end date, name, and status of the changed time period. (Overrides Object.ToString().)

Top

See also

Reference

ReportingPostTimesheetPeriodChangedEventArgs class

Microsoft.Office.Project.Server.Events namespace