Class ReturnValueApiDescriptionModel
Inheritance
System.Object
ReturnValueApiDescriptionModel
Assembly: Volo.Abp.Http.dll
Syntax
public class ReturnValueApiDescriptionModel : object
Properties
Type
Declaration
public string Type { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TypeSimple
Declaration
public string TypeSimple { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Create(Type)
Declaration
public static ReturnValueApiDescriptionModel Create(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
Extension Methods