Class ProviderStatusInfo
Represents information about the status of a translation provider.
Inheritance
System.Object
ProviderStatusInfo
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.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class ProviderStatusInfo
Constructors
ProviderStatusInfo(Boolean, String)
Initializes a new instance with the specified values.
Declaration
public ProviderStatusInfo(bool available, string statusMessage)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | available | The availability status |
System.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 |
---|---|
System.Boolean |
StatusMessage
Gets or sets a status message (may be null).
Declaration
public string StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |