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 FileContentNeededEventArgs

    Contains the arguments of the FileContentsNeeded event.

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

    Constructors

    FileContentNeededEventArgs(Assembly?, string, CultureInfo)

    Declaration
    public FileContentNeededEventArgs(Assembly? assembly, string fileName, CultureInfo culture)
    Parameters
    Type Name Description
    Assembly assembly
    string fileName
    CultureInfo culture

    Properties

    Assembly

    Declaration
    public Assembly? Assembly { get; }
    Property Value
    Type Description
    Assembly

    Content

    The placeholder for the content of the file. If it is set to any non-empty value, no attempt to load a file by other means will be done.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string

    Culture

    The culture, for which the file is needed.

    Declaration
    public CultureInfo Culture { get; }
    Property Value
    Type Description
    CultureInfo

    FileName

    The name of the default file as determined from the configuration and known to the translation unit.

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