Search Results for

    Show / Hide Table of Contents

    Class TranslationProviderStatusChanged

    /// Used to share information when a translation provider status is changed

    Inheritance
    System.Object
    TranslationProviderStatusChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Uri tpUri

    The Uri of the translation provider with the changed status

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

    TpUri

    The Uri of the translation provider

    Declaration
    public Uri TpUri { get; }
    Property Value
    Type Description
    System.Uri

    On this page

    • Constructors
      • TranslationProviderStatusChanged(Uri, Nullable<Boolean>)
    • Properties
      • NewStatus
      • TpUri
    Back to top Generated by DocFX