Class GenLangResult
Result of working generating multi-language files
Inheritance
object
GenLangResult
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class GenLangResult : Object
Constructors
GenLangResult()
Result of working generating multi-language files
Declaration
public GenLangResult()
Properties
LngPath
Created .lng file
Declaration
public string? LngPath { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionName
Section in created file
Declaration
public string? SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
XmlPath
Created .xml file
Declaration
public string? XmlPath { get; set; }
Property Value
Type | Description |
---|---|
string |