Search Results for

    Show / Hide Table of Contents

    Class OpenProjectPackageEvent

    Used to share information related to projects package path

    Inheritance
    object
    OpenProjectPackageEvent
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string packageFilePath
    IExternalJobWithProgress job

    OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string)

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

    The custom job used when opening package

    string iconPath
    string projectOrigin

    OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList<StudioWizardPage>, IList<StudioWizardPage>)

    Declaration
    public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
    Parameters
    Type Name Description
    string packageFilePath
    IExternalJobWithProgress job
    string iconPath
    string projectOrigin
    IList<StudioWizardPage> firstPages
    IList<StudioWizardPage> lastPages

    Properties

    FirstPages

    Declaration
    public IList<StudioWizardPage> FirstPages { get; }
    Property Value
    Type Description
    IList<StudioWizardPage>

    IconFilePath

    The icon path for the project

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

    Job

    The custom job used when opening packages

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

    LastPages

    Declaration
    public IList<StudioWizardPage> LastPages { get; }
    Property Value
    Type Description
    IList<StudioWizardPage>

    PackageFilePath

    The package path

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

    ProjectOrigin

    The origin for the project

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • OpenProjectPackageEvent(string, IExternalJobWithProgress)
      • OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string)
      • OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList<StudioWizardPage>, IList<StudioWizardPage>)
    • Properties
      • FirstPages
      • IconFilePath
      • Job
      • LastPages
      • PackageFilePath
      • ProjectOrigin
    • Extension Methods
    Back to top Generated by DocFX