C# Class Isop.Help.HelpController

Show file Open project: wallymathieu/isop

Public Methods

Method Description
HelpController ( HelpForArgumentWithOptions helpForArgumentWithOptions, HelpForControllers helpForClassAndMethod ) : System
Index ( ) : string
Index ( string command, string action ) : string

Method Details

HelpController() public method

public HelpController ( HelpForArgumentWithOptions helpForArgumentWithOptions, HelpForControllers helpForClassAndMethod ) : System
helpForArgumentWithOptions HelpForArgumentWithOptions
helpForClassAndMethod HelpForControllers
return System

Index() public method

public Index ( ) : string
return string

Index() public method

public Index ( string command, string action ) : string
command string
action string
return string