Show / Hide Table of Contents

Class DumpSettings

Inheritance
System.Object
DumpSettings
Namespace: GCore.Data
Assembly: GCore.dll
Syntax
public class DumpSettings : object

Fields

| Improve this Doc View Source

DisplayPrivate

true = display private members of the class/struct

Declaration
public bool DisplayPrivate
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

MaxDepth

Limit tree depth to this (default 5)

Declaration
public int MaxDepth
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MaxItems

Maximum number of list or IEnumerable items to display

Declaration
public int MaxItems
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UseFullClassNames

Use full class names

Declaration
public bool UseFullClassNames
Field Value
Type Description
System.Boolean

Extension Methods

ClassExtensions.ThrowIfArgumentIsNull<T>(T, String)
EnumExtensions.Flag<T>(T, T)
ObjectExtensions.IsNumber(Object)
SerializingExtensions.Serialize<T>(T, SerializingExtensions.Serializer)
SerializingExtensions.SerializeBinary<T>(T)
SerializingExtensions.SerializeSoap<T>(T)
SerializingExtensions.SerializeXML<T>(T, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX