Search Results for

    Show / Hide Table of Contents

    Class CreateReturnPackageEvent

    Used to share information related to return package creation

    Inheritance
    object
    CreateReturnPackageEvent
    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 CreateReturnPackageEvent

    Constructors

    CreateReturnPackageEvent(string, IExternalJobWithProgress)

    Constructor

    Declaration
    public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job)
    Parameters
    Type Name Description
    string projectId
    IExternalJobWithProgress job

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

    Constructor

    Declaration
    public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
    Parameters
    Type Name Description
    string projectId
    IExternalJobWithProgress job
    IList<StudioWizardPage> firstPages
    IList<StudioWizardPage> lastPages

    CreateReturnPackageEvent(string, IList<Guid>, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

    Constructor

    Declaration
    public CreateReturnPackageEvent(string projectId, IList<Guid> files, IExternalJobWithProgress job, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
    Parameters
    Type Name Description
    string projectId
    IList<Guid> files
    IExternalJobWithProgress job
    IList<StudioWizardPage> firstPages
    IList<StudioWizardPage> lastPages

    CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)

    Constructor

    Declaration
    public CreateReturnPackageEvent(string projectId, Guid taskId, IExternalJobWithProgress job, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
    Parameters
    Type Name Description
    string projectId
    Guid taskId
    IExternalJobWithProgress job
    IList<StudioWizardPage> firstPages
    IList<StudioWizardPage> lastPages

    Properties

    FirstPages

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

    Job

    The custom job used when creating packages

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

    LastPages

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

    ProjectFiles

    Declaration
    public IList<Guid> ProjectFiles { get; }
    Property Value
    Type Description
    IList<Guid>

    ProjectId

    The package/project/task ID

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

    TaskId

    Declaration
    public Guid TaskId { get; }
    Property Value
    Type Description
    Guid

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • CreateReturnPackageEvent(string, IExternalJobWithProgress)
      • CreateReturnPackageEvent(string, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)
      • CreateReturnPackageEvent(string, IList<Guid>, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)
      • CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)
    • Properties
      • FirstPages
      • Job
      • LastPages
      • ProjectFiles
      • ProjectId
      • TaskId
    • Extension Methods
    Back to top Generated by DocFX