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