Class LocalizedTextData
Inherited Members
Namespace: IdleKit.Localization
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LocalizedTextData : ILocalizedTextData, IData
Constructors
LocalizedTextData(String, String)
Declaration
public LocalizedTextData(string key, string text)
Parameters
Type | Name | Description |
---|---|---|
String | key | |
String | text |
Fields
_key
Declaration
protected string _key
Field Value
Type | Description |
---|---|
String |
_text
Declaration
protected string _text
Field Value
Type | Description |
---|---|
String |
Properties
Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |
Implements
IData