Class TerminologyProviderStatus
Contains information on the current status of the terminology provider
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class TerminologyProviderStatus
Constructors
TerminologyProviderStatus(bool, string)
Default constructor
Declaration
public TerminologyProviderStatus(bool isConnected = true, string errorMessage = null)
Parameters
Type | Name | Description |
---|---|---|
bool | isConnected | False if a connection to the terminology provider could not be established, true otherwise |
string | errorMessage | Details about issues encountered while connecting to the terminology provider |
Properties
ErrorMessage
Returns details about issues encountered while connecting to the terminology provider. null if a valid connection was established.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
IsConnected
False if a connection to the terminology provider could not be established, true otherwise
Declaration
public bool IsConnected { get; set; }
Property Value
Type | Description |
---|---|
bool |