StatusingPostEventArgs Members
Include Protected Members
Include Inherited Members
Provides a common set of methods and properties in the post-event arguments in all events for the Statusing class methods.
The StatusingPostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusingPostEventArgs() | Creates an instance of the StatusingPostEventArgs class; used internally. | |
StatusingPostEventArgs(Guid, Guid) | Creates an instance of the StatusingPostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
AssignmentID | Gets the GUID of a project assignment. | |
ProjectID | Gets the GUID of the project. |
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