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 id, IExternalJobWithProgress job)
    Parameters
    Type Name Description
    System.String id
    IExternalJobWithProgress job

    Properties

    Id

    The package/project/task ID

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

    Job

    The custom job used when creating packages

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • CreateReturnPackageEvent(String, IExternalJobWithProgress)
    • Properties
      • Id
      • Job
    • Extension Methods
    Back to top Generated by DocFX