Show / Hide Table of Contents

    Class LocalizedTextData

    Inheritance
    Object
    LocalizedTextData
    Implements
    ILocalizedTextData
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    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

    ILocalizedTextData
    IData
    Back to top Copyright © 2020 East Side Games Inc.