Class InterfaceMethodApiDescriptionModel
Inheritance
object
InterfaceMethodApiDescriptionModel
Inherited Members
object.GetType()
object.MemberwiseClone()
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 class InterfaceMethodApiDescriptionModel
Constructors
InterfaceMethodApiDescriptionModel()
Declaration
public InterfaceMethodApiDescriptionModel()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParametersOnMethod
Declaration
public IList<MethodParameterApiDescriptionModel> ParametersOnMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><MethodParameterApiDescriptionModel> |
ReturnValue
Declaration
public ReturnValueApiDescriptionModel ReturnValue { get; set; }
Property Value
| Type | Description |
|---|---|
| ReturnValueApiDescriptionModel |
Methods
Create(MethodInfo)
Declaration
public static InterfaceMethodApiDescriptionModel Create(MethodInfo method)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | method |
Returns
| Type | Description |
|---|---|
| InterfaceMethodApiDescriptionModel |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()