Table of Contents

Interface IDumpAsString

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for dumping objects as string representation.

public interface IDumpAsString
Extension Methods

Methods

DumpAsString(string, object)

Dumps the object as a string with the specified operation and header arguments.

string DumpAsString(string operation, object headerArgs)

Parameters

operation string

The operation being performed.

headerArgs object

The dump header arguments.

Returns

string

String representation of the object.