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
IsOnlyValues
When true, dumps only values without property names. Good for fast comparing objects.
public bool IsOnlyValues { get; set; }
Property Value
Name
Optional name/header for the dump output.
public string Name { get; set; }
Property Value
Object
The object to dump.
public object Object { get; set; }
Property Value
Provider
The dump provider to use for serialization.
public DumpProvider Provider { get; set; }