Table of Contents

Class DumpAsStringArgs

Namespace
SunamoReflection.Args
Assembly
SunamoReflection.dll

Arguments for dump-as-string operations used in SunamoReflection and SunamoLogger.

public class DumpAsStringArgs : DumpAsStringHeaderArgsReflection
Inheritance
DumpAsStringArgs
Inherited Members
Extension Methods

Properties

Delimiter

Delimiter used between values when dumping.

public string Delimiter { get; set; }

Property Value

string

IsOnlyValues

When true, dumps only values without property names. Good for fast comparing objects.

public bool IsOnlyValues { get; set; }

Property Value

bool

Name

Optional name/header for the dump output.

public string Name { get; set; }

Property Value

string

Object

The object to dump.

public object Object { get; set; }

Property Value

object

Provider

The dump provider to use for serialization.

public DumpProvider Provider { get; set; }

Property Value

DumpProvider