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, Nullable<Boolean>)

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

    The Uri of the translation provider with the changed status

    Nullable<Boolean> 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
    Nullable<Boolean>

    TpUri

    The Uri of the translation provider

    Declaration
    public Uri TpUri { get; }
    Property Value
    Type Description
    Uri
    In this article
    Back to top Generated by DocFX