Search Results for

    Show / Hide Table of Contents

    Class TranslationProviderStatusChanged

    Inheritance
    object
    TranslationProviderStatusChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Settings.Events
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public class TranslationProviderStatusChanged

    Constructors

    TranslationProviderStatusChanged(Uri, bool?)

    Declaration
    public TranslationProviderStatusChanged(Uri tpUri, bool? newStatus)
    Parameters
    Type Name Description
    Uri tpUri

    The Uri of the translation provider with the changed status

    bool? newStatus

    A value of null will be sent when the translation provider was removed

    Properties

    NewStatus

    The new status of the translation provider

    Declaration
    public bool? NewStatus { get; }
    Property Value
    Type Description
    bool?

    TpUri

    The Uri of the translation provider

    Declaration
    public Uri TpUri { get; }
    Property Value
    Type Description
    Uri
    In this article
    • Constructors
      • TranslationProviderStatusChanged(Uri, bool?)
    • Properties
      • NewStatus
      • TpUri
    Back to top Generated by DocFX