Search Results for

    Show / Hide Table of Contents

    Class LocalizationInitializedEvent

    Inheritance
    object
    LocalizationEvent
    LocalizationInitializedEvent
    Implements
    IEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public class LocalizationInitializedEvent : LocalizationEvent, IEvent

    Constructors

    | Edit this page View Source

    LocalizationInitializedEvent(bool, Exception)

    Declaration
    public LocalizationInitializedEvent(bool isSuccess, Exception error = null)
    Parameters
    Type Name Description
    bool isSuccess
    Exception error

    Properties

    | Edit this page View Source

    Error

    Declaration
    public Exception Error { get; }
    Property Value
    Type Description
    Exception
    | Edit this page View Source

    IsSuccess

    Declaration
    public bool IsSuccess { get; }
    Property Value
    Type Description
    bool

    Implements

    IEvent

    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