C# Class Signum.Entities.ObjectDumper

Mostra file Open project: signumsoftware/framework

Public Properties

Property Type Description
IgnoreTypes HashSet

Public Methods

Method Description
Dump ( this o, bool showIgnoredFields = false, bool showByteArrays = false ) : string

Private Methods

Method Description
Indent ( this t, int level ) : string

Method Details

Dump() public static method

public static Dump ( this o, bool showIgnoredFields = false, bool showByteArrays = false ) : string
o this
showIgnoredFields bool
showByteArrays bool
return string

Property Details

IgnoreTypes public_oe static_oe property

public static HashSet IgnoreTypes
return HashSet