Show / Hide Table of Contents

Class ParameterApiDescriptionModel

Inheritance
object
ParameterApiDescriptionModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
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 ParameterApiDescriptionModel

Constructors

ParameterApiDescriptionModel()

Declaration
public ParameterApiDescriptionModel()

Properties

BindingSourceId

Declaration
public string? BindingSourceId { get; set; }
Property Value
Type Description
string

ConstraintTypes

Declaration
public string[]? ConstraintTypes { get; set; }
Property Value
Type Description
string[]

DefaultValue

Declaration
public object? DefaultValue { get; set; }
Property Value
Type Description
object

DescriptorName

Declaration
public string? DescriptorName { get; set; }
Property Value
Type Description
string

IsOptional

Declaration
public bool IsOptional { get; set; }
Property Value
Type Description
bool

JsonName

Declaration
public string? JsonName { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

NameOnMethod

Declaration
public string NameOnMethod { get; set; }
Property Value
Type Description
string

Type

Declaration
public string? Type { get; set; }
Property Value
Type Description
string

TypeSimple

Declaration
public string? TypeSimple { get; set; }
Property Value
Type Description
string

Methods

Create(string, string?, string, Type, bool, object?, string[]?, string?, string?)

Declaration
public static ParameterApiDescriptionModel Create(string name, string? jsonName, string nameOnMethod, Type type, bool isOptional = false, object? defaultValue = null, string[]? constraintTypes = null, string? bindingSourceId = null, string? descriptorName = null)
Parameters
Type Name Description
string name
string jsonName
string nameOnMethod
Type type
bool isOptional
object defaultValue
string[] constraintTypes
string bindingSourceId
string descriptorName
Returns
Type Description
ParameterApiDescriptionModel

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform