Class InterfaceMethodApiDescriptionModel
Inheritance
InterfaceMethodApiDescriptionModel
Assembly: Volo.Abp.Http.dll
Syntax
public class InterfaceMethodApiDescriptionModel
Constructors
InterfaceMethodApiDescriptionModel()
Declaration
public InterfaceMethodApiDescriptionModel()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
ParametersOnMethod
Declaration
public IList<MethodParameterApiDescriptionModel> ParametersOnMethod { get; set; }
Property Value
ReturnValue
Declaration
public ReturnValueApiDescriptionModel ReturnValue { get; set; }
Property Value
Methods
Create(MethodInfo)
Declaration
public static InterfaceMethodApiDescriptionModel Create(MethodInfo method)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods