Search Results for

    Show / Hide Table of Contents

    Class LocalizationStringSheet

    Inheritance
    object
    SheetBase<string>
    LocalizationSheetBase<string, string>
    LocalizationStringSheet
    Implements
    ILocalizationSheet
    ILocalized
    ITable
    Inherited Members
    LocalizationSheetBase<string, string>.TableName
    LocalizationSheetBase<string, string>.Category
    LocalizationSheetBase<string, string>.Map
    LocalizationSheetBase<string, string>.HasLocale(Locale)
    LocalizationSheetBase<string, string>.GetObjectReference(Locale, string)
    LocalizationSheetBase<string, string>.OnLocaleChanged(Locale)
    SheetBase<string>.IsLoaded
    SheetBase<string>.Count
    SheetBase<string>.Map
    SheetBase<string>.LoadAsync(CancellationToken)
    SheetBase<string>.LoadAsync(bool, CancellationToken)
    SheetBase<string>.TryGet(string, out string)
    SheetBase<string>.GetRequired(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public sealed class LocalizationStringSheet : LocalizationSheetBase<string, string>, ILocalizationSheet, ILocalized, ITable

    Constructors

    | Edit this page View Source

    LocalizationStringSheet(string, ITableSource)

    Declaration
    public LocalizationStringSheet(string tableName, ITableSource source)
    Parameters
    Type Name Description
    string tableName
    ITableSource source

    Methods

    | Edit this page View Source

    Get(string)

    Declaration
    public string Get(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    string
    | Edit this page View Source

    ResolveAsync(string, CancellationToken)

    Declaration
    protected override UniTask<string> ResolveAsync(string reference, CancellationToken ct)
    Parameters
    Type Name Description
    string reference
    CancellationToken ct
    Returns
    Type Description
    UniTask<string>
    Overrides
    LocalizationSheetBase<string, string>.ResolveAsync(string, CancellationToken)

    Implements

    ILocalizationSheet
    ILocalized
    ITable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation