Class MethodParameterApiDescriptionModel
Inheritance
System.Object
MethodParameterApiDescriptionModel
Assembly: Volo.Abp.Http.dll
Syntax
public class MethodParameterApiDescriptionModel : object
Properties
DefaultValue
Declaration
public object DefaultValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
IsOptional
Declaration
public bool IsOptional { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TypeAsString
Declaration
public string TypeAsString { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TypeSimple
Declaration
public string TypeSimple { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Create(ParameterInfo)
Declaration
public static MethodParameterApiDescriptionModel Create(ParameterInfo parameterInfo)
Parameters
| Type |
Name |
Description |
| ParameterInfo |
parameterInfo |
|
Returns
Extension Methods