Search Results for

    Show / Hide Table of Contents

    Interface IVariableSource

    All components that provide variables to the VariablesService should implement this interface.

    Namespace: NoSuchStudio.Variables
    Assembly: NoSuchStudio-Variables.dll
    Syntax
    public interface IVariableSource : IVariablesServiceComponent, IServiceComponent<VariablesService>

    Methods

    GetVariable(String)

    Declaration
    string GetVariable(string variable)
    Parameters
    Type Name Description
    String variable
    Returns
    Type Description
    String

    SetVariable(String, String)

    Declaration
    bool SetVariable(string variable, string value)
    Parameters
    Type Name Description
    String variable
    String value
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Generated by DocFX