Show / Hide Table of Contents

Class MethodParameterApiDescriptionModel

Inheritance
System.Object
MethodParameterApiDescriptionModel
Namespace: Volo.Abp.Http.Modeling
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
Type Description
MethodParameterApiDescriptionModel

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft