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)
Used to share information related to projects package path
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>)
Used to share information related to projects package path
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
Used to share information related to projects package path
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
Used to share information related to projects package path
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 |