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
Used to share information related to return package creation
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
Used to share information related to return package creation
Declaration
public IList<StudioWizardPage> LastPages { get; }
Property Value
Type | Description |
---|---|
IList<StudioWizardPage> |
ProjectFiles
Used to share information related to return package creation
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
Used to share information related to return package creation
Declaration
public Guid TaskId { get; }
Property Value
Type | Description |
---|---|
Guid |