C# Class Swagger.Net.PpsUtil

Mostra file Open project: danieleli/Swagger.Net

Public Methods

Method Description
GetAlternatePath ( string rootControllerName, string currentControllerName, string relativePath ) : string
GetRootControllers ( List allControllerNames ) : List
GetUniqueNames ( IEnumerable uniqueControllers ) : List

Private Methods

Method Description
GetNamesWithOneUpper ( List controllerNames ) : IEnumerable

Method Details

GetAlternatePath() public static method

public static GetAlternatePath ( string rootControllerName, string currentControllerName, string relativePath ) : string
rootControllerName string
currentControllerName string
relativePath string
return string

GetRootControllers() public static method

public static GetRootControllers ( List allControllerNames ) : List
allControllerNames List
return List

GetUniqueNames() public static method

public static GetUniqueNames ( IEnumerable uniqueControllers ) : List
uniqueControllers IEnumerable
return List