Class ProviderStatusInfo
Represents information about the status of a translation provider.
Inheritance
Object
ProviderStatusInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|---|
Boolean | 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 |
---|---|
Boolean |
StatusMessage
Gets or sets a status message (may be null).
Declaration
public string StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
String |