Search Results for

    Show / Hide Table of Contents

    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(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
    In this article
    • Constructors
      • ProviderStatusInfo(bool, string)
    • Properties
      • Available
      • StatusMessage
    Back to top Generated by DocFX