Class ProviderStatusInfo
Represents information about the status of a translation provider.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class ProviderStatusInfo
Constructors
ProviderStatusInfo(bool, string)
Initializes a new instance with the specified values.
Declaration
public ProviderStatusInfo(bool available, string statusMessage)
Parameters
Type | Name | Description |
---|---|---|
bool | available | The availability status |
string | statusMessage | The status message |
Properties
Available
Gets or sets a flag whether the provider is available or not.
Declaration
public bool Available { get; set; }
Property Value
Type | Description |
---|---|
bool |
StatusMessage
Gets or sets a status message (may be null).
Declaration
public string StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
string |