Class ApiTypeNameHelper
Inherited Members
Namespace: Volo.Abp.Http.Modeling
Assembly: Volo.Abp.Http.dll
Syntax
public static class ApiTypeNameHelper
Methods
GetSimpleTypeName(Type)
Declaration
public static string GetSimpleTypeName(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
string |
GetTypeName(Type)
Declaration
public static string GetTypeName(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
string |