Class StringLocalizedData
Class used by LocalizationAssemblyParser to hold data intended for localization.
Inheritance
System.Object
StringLocalizedData
Assembly: Eco.Shared.dll
Syntax
public class StringLocalizedData : Object
Constructors
StringLocalizedData()
Declaration
public StringLocalizedData()
Properties
AutoLoc
Declaration
public bool AutoLoc { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Command
Declaration
public bool Command { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
String
Declaration
public string String { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods