C# 클래스 KonfDB.Infrastructure.Adapter.ServiceOutputAdapter

파일 보기 프로젝트 열기: punitganshani/KonfDB

공개 메소드들

메소드 설명
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