C# Class KonfDB.Infrastructure.Adapter.ServiceOutputAdapter

Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
ConvertForJson ( this commandOutput ) : JsonServiceCommandOutput
ConvertForNative ( this commandOutput ) : NativeServiceCommandOutput

Method Details

ConvertForJson() public static méthode

public static ConvertForJson ( this commandOutput ) : JsonServiceCommandOutput
commandOutput this
Résultat JsonServiceCommandOutput

ConvertForNative() public static méthode

public static ConvertForNative ( this commandOutput ) : NativeServiceCommandOutput
commandOutput this
Résultat NativeServiceCommandOutput