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