C# Class Machine.Specifications.Utility.ObjectGraphHelper

Modified from Steve Wagner's ObjectDiff prototype https://gist.github.com/2841822
Exibir arquivo Open project: agross/machine.specifications

Public Methods

Method Description
GetGraph ( object obj ) : INode

Private Methods

Method Description
GetKeyValueNode ( object obj ) : INode
GetSequenceNode ( object obj ) : INode

Method Details

GetGraph() public static method

public static GetGraph ( object obj ) : INode
obj object
return INode