Class ProjectEvent
Holds information about the project events. This class is used when events occur within a project.
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.FileBased
Assembly: Sdl.ProjectAutomation.FileBased.dll
Syntax
public class ProjectEvent
Constructors
ProjectEvent(IProject)
Constructor
Declaration
public ProjectEvent(IProject project)
Parameters
Type | Name | Description |
---|---|---|
IProject | project |
Properties
ProjectInfo
Contains information about the project
Declaration
public ProjectInfo ProjectInfo { get; }
Property Value
Type | Description |
---|---|
ProjectInfo |