Search Results for

    Show / Hide Table of Contents

    Class TranslationProviderConfiguration

    Inheritance
    System.Object
    TranslationProviderConfiguration
    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.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class TranslationProviderConfiguration

    Constructors

    TranslationProviderConfiguration()

    Declaration
    public TranslationProviderConfiguration()

    TranslationProviderConfiguration(List<TranslationProviderCascadeEntry>, Boolean, Boolean)

    Declaration
    public TranslationProviderConfiguration(List<TranslationProviderCascadeEntry> entries, bool stopSearchingWhenResultsFound, bool overrideParent)
    Parameters
    Type Name Description
    System.Collections.Generic.List<TranslationProviderCascadeEntry> entries
    System.Boolean stopSearchingWhenResultsFound
    System.Boolean overrideParent

    Properties

    Entries

    Declaration
    public List<TranslationProviderCascadeEntry> Entries { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TranslationProviderCascadeEntry>

    OverrideParent

    Declaration
    public bool OverrideParent { get; set; }
    Property Value
    Type Description
    System.Boolean

    StopSearchingWhenResultsFound

    Declaration
    public bool StopSearchingWhenResultsFound { get; set; }
    Property Value
    Type Description
    System.Boolean

    On this page

    • Constructors
      • TranslationProviderConfiguration()
      • TranslationProviderConfiguration(List<TranslationProviderCascadeEntry>, Boolean, Boolean)
    • Properties
      • Entries
      • OverrideParent
      • StopSearchingWhenResultsFound
    Back to top Generated by DocFX