C# Класс Stumps.Web.ViewModules.ModuleHelper

A class that provides helper functions for the view models.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
StateValue ( StumpsServerInstance serverInstance, string running, string stopped, string recording ) : string

Returns a string value depending on the state of a T:Stumps.Server.StumpsServerInstance.

Описание методов

StateValue() публичный статический Метод

Returns a string value depending on the state of a T:Stumps.Server.StumpsServerInstance.
is null.
public static StateValue ( StumpsServerInstance serverInstance, string running, string stopped, string recording ) : string
serverInstance Stumps.Server.StumpsServerInstance The instance of the Stumps server.
running string The message to use if the proxy environment is running.
stopped string The message to use if the proxy environment is stopped.
recording string The message to use if the proxy environment is recording.
Результат string