C# Class KonfDB.Infrastructure.Adapter.ServiceOutputAdapter

Show file Open project: punitganshani/KonfDB

Public Methods

Method Description
ConvertForJson ( this commandOutput ) : JsonServiceCommandOutput
ConvertForNative ( this commandOutput ) : NativeServiceCommandOutput

Method Details

ConvertForJson() public static method

public static ConvertForJson ( this commandOutput ) : JsonServiceCommandOutput
commandOutput this
return JsonServiceCommandOutput

ConvertForNative() public static method

public static ConvertForNative ( this commandOutput ) : NativeServiceCommandOutput
commandOutput this
return NativeServiceCommandOutput