C# Class Swagger.Net.PpsUtil

Afficher le fichier Open project: danieleli/Swagger.Net

Méthodes publiques

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

Private Methods

Méthode Description
GetNamesWithOneUpper ( List controllerNames ) : IEnumerable

Method Details

GetAlternatePath() public static méthode

public static GetAlternatePath ( string rootControllerName, string currentControllerName, string relativePath ) : string
rootControllerName string
currentControllerName string
relativePath string
Résultat string

GetRootControllers() public static méthode

public static GetRootControllers ( List allControllerNames ) : List
allControllerNames List
Résultat List

GetUniqueNames() public static méthode

public static GetUniqueNames ( IEnumerable uniqueControllers ) : List
uniqueControllers IEnumerable
Résultat List