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 | |
---|---|---|
ReportingPostTimesheetPeriodCreatedEventArgs() | ||
ReportingPostTimesheetPeriodCreatedEventArgs(Guid, DateTime, DateTime, String, TimesheetEnum.PeriodState) | Creates an instance of the ReportingPostTimesheetPeriodCreatedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
PeriodEndDate | Gets the end date of the timesheet period that has been created. | |
PeriodGuid | Gets the GUID of the timesheet period that has been created. | |
PeriodName | Gets the name of the timesheet period that has been created. | |
PeriodStartDate | Gets the start date of the timesheet period that has been created. | |
PeriodStatus | Gets an enumerated value that represents the status of the timesheet period that has been created. |
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 GUID, start date, end date, name, and status of the timesheet period that has been created. (Overrides Object.ToString().) |
Top