StatusCreateTaskPostEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnTaskCreated event handler method.
The StatusCreateTaskPostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
StatusCreateTaskPostEventArgs | Creates an instance of the StatusCreateTaskPostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AssnGuid | Gets the GUID of the assignment of a resource to the created task. |
![]() |
Comment | Gets the comment to send with a task assignment. |
![]() |
FinishDate | Gets the end date of the work done for the created task. |
![]() |
ProjectGuid | Gets the GUID of the project. |
![]() |
StartDate | Gets the start date of the work done for the created task. |
![]() |
SumTaskGuid | Gets the GUID of the summary task (phase). |
![]() |
TaskGuid | Gets the GUID of the created task. |
![]() |
TaskName | Gets the name of the created task. |
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