ReportingPostTimesheetPeriodChangedEventArgs Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
ReportingPostTimesheetPeriodChangedEventArgs | Creates an instance of the ReportingPostTimesheetPeriodChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
PeriodEndDate | Gets the end date of the changed timesheet period. | |
PeriodGuid | Gets the GUID name of the changed timesheet period. | |
PeriodName | Gets the unique name of the changed timesheet period. | |
PeriodStartDate | Gets the start date name of the changed timesheet period. | |
PeriodStatus | Gets an enumerated value that represents the status of the changed timesheet period. |
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 changed time period. (Overrides Object.ToString().) |
Top