Search Results for

    Show / Hide Table of Contents

    Class CreateReturnPackageEvent

    Used to share information related to return package creation

    Inheritance
    System.Object
    CreateReturnPackageEvent
    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 CreateReturnPackageEvent

    Constructors

    CreateReturnPackageEvent(String, IExternalJobWithProgress)

    Constructor

    Declaration
    public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job)
    Parameters
    Type Name Description
    System.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
    System.String projectId
    IExternalJobWithProgress job
    System.Collections.Generic.IList<StudioWizardPage> firstPages
    System.Collections.Generic.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
    System.String projectId
    System.Collections.Generic.IList<System.Guid> files
    IExternalJobWithProgress job
    System.Collections.Generic.IList<StudioWizardPage> firstPages
    System.Collections.Generic.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
    System.String projectId
    System.Guid taskId
    IExternalJobWithProgress job
    System.Collections.Generic.IList<StudioWizardPage> firstPages
    System.Collections.Generic.IList<StudioWizardPage> lastPages

    Properties

    FirstPages

    Declaration
    public IList<StudioWizardPage> FirstPages { get; }
    Property Value
    Type Description
    System.Collections.Generic.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
    System.Collections.Generic.IList<StudioWizardPage>

    ProjectFiles

    Declaration
    public IList<Guid> ProjectFiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Guid>

    ProjectId

    The package/project/task ID

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

    TaskId

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • 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