Method | Description | |
---|---|---|
DefaultModelIdConvention ( |
Returns a unique model id for the given type. Returns the type's name. If this id was resolved by a different type first, prepend the last part of the type's namespace and check again. And so on. |
|
DefaultNicknameConvention ( string path, HttpMethod method, System.Operation route ) : string |
Returns a unique id for the given route that can be used by tools reading the output for further and easier manipulation.
|
Method | Description | |
---|---|---|
SwaggerBuilderConfig ( ) : System |
public static DefaultModelIdConvention ( |
||
type | ||
return | string |
public static DefaultNicknameConvention ( string path, HttpMethod method, System.Operation route ) : string | ||
path | string | |
method | HttpMethod | |
route | System.Operation | The route for which a nickname is returned. |
return | string |