Class TranslationProviderStatusChanged
Inherited Members
Namespace: Sdl.ProjectAutomation .Settings.Events
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class TranslationProviderStatusChanged
Constructors
TranslationProviderStatusChanged(Uri, bool?)
Declaration
public TranslationProviderStatusChanged(Uri tpUri, bool? newStatus)
Parameters
Type | Name | Description |
---|---|---|
Uri | tpUri | The Uri of the translation provider with the changed status |
bool? | newStatus | A value of null will be sent when the translation provider was removed |
Properties
NewStatus
The new status of the translation provider
Declaration
public bool? NewStatus { get; }
Property Value
Type | Description |
---|---|
bool? |
TpUri
The Uri of the translation provider
Declaration
public Uri TpUri { get; }
Property Value
Type | Description |
---|---|
Uri |