C# Класс BlueCollar.Dashboard.JsonHandler

Implements IDashboardHandler for JSON requests.
Наследование: DashboardHandlerBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
Json ( object value ) : byte[]

Gets the JSON representation of the given object as an array of bytes.

JsonHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the JsonHandler class.

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

Json() защищенный статический Метод

Gets the JSON representation of the given object as an array of bytes.
protected static Json ( object value ) : byte[]
value object The object to get the JSON representation of.
Результат byte[]

JsonHandler() защищенный Метод

Initializes a new instance of the JsonHandler class.
protected JsonHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
Результат System