Class ApiTypeNameHelper
Inheritance
object
ApiTypeNameHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| string |
GetTypeName(Type)
Declaration
public static string GetTypeName(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| string |