Tlumach
  • Articles
  • API Reference
Search Results for

    Show / Hide Table of Contents
    • Tlumach
      • Base
        • ArbParser
        • ArbPlaceholder
        • BaseGenerator
        • BaseJsonParser
        • BaseKeyValueParser
        • BaseParser
        • BaseTableParser
        • BaseXMLParser
        • CsvParser
        • CultureNameMatchEventArgs
        • FileFormats
        • GenericParserException
        • IniParser
        • JsonParser
        • ParserConfigException
        • ParserFileException
        • ParserLoadException
        • Placeholder
        • ResxParser
        • TemplateParserException
        • TemplateProcessingException
        • TextFileParseException
        • TextFormat
        • TextParseException
        • TlumachException
        • TomlParser
        • Translation
        • TranslationConfiguration
        • TranslationEntry
        • TranslationTree
        • TranslationTreeLeaf
        • TranslationTreeNode
        • TsvParser
        • Utils
      • BaseTranslationUnit
      • CultureChangedEventArgs
      • FileContentNeededEventArgs
      • TemplatedTranslationUnit
      • TranslationManager
      • TranslationUnit
      • TranslationValueEventArgs

    Class TranslationTree

    Contains translation entries that belong to one locale as a tree - this .

    Inheritance
    object
    TranslationTree
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tlumach.Base
    Assembly: Tlumach.Base.dll
    Syntax
    public class TranslationTree

    Properties

    RootNode

    Declaration
    public TranslationTreeNode RootNode { get; }
    Property Value
    Type Description
    TranslationTreeNode

    Methods

    FindNode(string)

    Declaration
    public TranslationTreeNode? FindNode(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    TranslationTreeNode

    MakeNode(string)

    Declaration
    public TranslationTreeNode? MakeNode(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    TranslationTreeNode
    In this article
    Back to top Generated by DocFX