Show / Hide Table of Contents

Class PropertyApiDescriptionModel

Inheritance
System.Object
PropertyApiDescriptionModel
Namespace: Volo.Abp.Http.Modeling
Assembly: Volo.Abp.Http.dll
Syntax
public class PropertyApiDescriptionModel : object

Properties

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

TypeSimple

Declaration
public string TypeSimple { get; set; }
Property Value
Type Description
System.String

Methods

Create(PropertyInfo)

Declaration
public static PropertyApiDescriptionModel Create(PropertyInfo propertyInfo)
Parameters
Type Name Description
PropertyInfo propertyInfo
Returns
Type Description
PropertyApiDescriptionModel

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