Search Results for

    Show / Hide Table of Contents

    Class TerminologyProviderStatus

    Contains information on the current status of the terminology provider

    Inheritance
    object
    TerminologyProviderStatus
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    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
    In this article
    • Constructors
      • TerminologyProviderStatus(bool, string)
    • Properties
      • ErrorMessage
      • IsConnected
    Back to top Generated by DocFX