ProjectPostSummaryPublishEventArgs members
Represents methods and properties in the post-event arguments for the OnSummaryPublished event handler method.
The ProjectPostSummaryPublishEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPostSummaryPublishEventArgs() | ||
ProjectPostSummaryPublishEventArgs(String, Guid, Guid) | Creates an instance of the ProjectPostSummaryPublishEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
JobGuid | Gets the GUID for the publishing job. | |
ProjectGuid | Gets the GUID for the project. | |
ProjectName | Gets the name 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