Search Results for

    Show / Hide Table of Contents

    Struct GoogleSheetsTranslationConnector.LoadState

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: NoSuchStudio.Localization.Source
    Assembly: NoSuchStudio-Localization.dll
    Syntax
    [Serializable]
    public struct LoadState

    Properties

    Error

    Declaration
    public string Error { get; }
    Property Value
    Type Description
    String

    Result

    Declaration
    public GoogleSheetsTranslationConnector.LoadResult Result { get; }
    Property Value
    Type Description
    GoogleSheetsTranslationConnector.LoadResult

    Methods

    SetCancelled()

    Declaration
    public void SetCancelled()

    SetError(String)

    Declaration
    public void SetError(string e)
    Parameters
    Type Name Description
    String e

    SetPending()

    Declaration
    public void SetPending()

    SetState(GoogleSheetsTranslationConnector.LoadResult, String)

    Declaration
    public void SetState(GoogleSheetsTranslationConnector.LoadResult r, string e)
    Parameters
    Type Name Description
    GoogleSheetsTranslationConnector.LoadResult r
    String e

    SetSuccess()

    Declaration
    public void SetSuccess()
    In This Article
    Back to top Generated by DocFX