Search Results for

    Show / Hide Table of Contents

    Class ProjectEvent

    Holds information about the project events. This class is used when events occur within a project.

    Inheritance
    System.Object
    ProjectEvent
    ProjectCreatedEvent
    ProjectOpenedEvent
    ProjectPublishedEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    Sdl.ProjectApi.IProject project

    Properties

    ProjectInfo

    Contains information about the project

    Declaration
    public ProjectInfo ProjectInfo { get; }
    Property Value
    Type Description
    ProjectInfo

    On this page

    • Constructors
      • ProjectEvent(IProject)
    • Properties
      • ProjectInfo
    Back to top Generated by DocFX