Share via


ReportingPostTimesheetPeriodCreatedEventArgs members

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

The ReportingPostTimesheetPeriodCreatedEventArgs type exposes the following members.

Constructors

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

Top

Properties

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

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 timesheet period that has been created. (Overrides Object.ToString().)

Top

See also

Reference

ReportingPostTimesheetPeriodCreatedEventArgs class

Microsoft.Office.Project.Server.Events namespace