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