C# Класс KonfDB.Infrastructure.Adapter.ServiceOutputAdapter

Показать файл Открыть проект

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

Метод Описание
ConvertForJson ( this commandOutput ) : JsonServiceCommandOutput
ConvertForNative ( this commandOutput ) : NativeServiceCommandOutput

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

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

public static ConvertForJson ( this commandOutput ) : JsonServiceCommandOutput
commandOutput this
Результат JsonServiceCommandOutput

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

public static ConvertForNative ( this commandOutput ) : NativeServiceCommandOutput
commandOutput this
Результат NativeServiceCommandOutput