C# Class Isop.WpfControls.ViewModels.BuildExtensions

Mostra file Open project: Lundalogik/isop

Public Methods

Method Description
GetMethodTreeModel ( this that ) : MethodTreeModel
Parse ( this that, Method currentMethod ) : ParsedMethod

Private Methods

Method Description
Controller ( Build that, Type type ) : Controller
Method ( Build that, Type type, MethodInfo m ) : Method

Method Details

GetMethodTreeModel() public static method

public static GetMethodTreeModel ( this that ) : MethodTreeModel
that this
return MethodTreeModel

Parse() public static method

public static Parse ( this that, Method currentMethod ) : ParsedMethod
that this
currentMethod Method
return ParsedMethod