Search Results for

    Show / Hide Table of Contents

    Class OpenProjectPackageEvent

    Used to share information related to projects package path

    Inheritance
    System.Object
    OpenProjectPackageEvent
    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.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class OpenProjectPackageEvent

    Constructors

    OpenProjectPackageEvent(String, IExternalJobWithProgress)

    Constructor

    Declaration
    public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job)
    Parameters
    Type Name Description
    System.String packageFilePath
    IExternalJobWithProgress job

    OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String)

    Declaration
    public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin)
    Parameters
    Type Name Description
    System.String packageFilePath
    IExternalJobWithProgress job

    The custom job used when opening package

    System.String iconPath
    System.String projectOrigin

    Properties

    IconFilePath

    The icon path for the project

    Declaration
    public string IconFilePath { get; }
    Property Value
    Type Description
    System.String

    Job

    The custom job used when opening packages

    Declaration
    public IExternalJobWithProgress Job { get; }
    Property Value
    Type Description
    IExternalJobWithProgress

    PackageFilePath

    The package path

    Declaration
    public string PackageFilePath { get; }
    Property Value
    Type Description
    System.String

    ProjectOrigin

    The origin for the project

    Declaration
    public string ProjectOrigin { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • OpenProjectPackageEvent(String, IExternalJobWithProgress)
      • OpenProjectPackageEvent(String, IExternalJobWithProgress, String, String)
    • Properties
      • IconFilePath
      • Job
      • PackageFilePath
      • ProjectOrigin
    • Extension Methods
    Back to top Generated by DocFX