TimesheetLinePostApproveEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnLineApproved event handler method.
The TimesheetLinePostApproveEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimesheetLinePostApproveEventArgs | Creates an instance of the TimesheetLinePostApproveEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Approved | Gets a Boolean value that indicates whether the new line class status has been approved. | |
ApproverUID | Gets the GUID of the user who approves the timesheet review. | |
LineUID | Gets the GUID of the timesheet line class. | |
TsUID | Gets the GUID of the approved timesheet. |
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 | (Inherited from Object.) |
Top