Class PropertyApiDescriptionModel
Inheritance
System.Object
PropertyApiDescriptionModel
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
Extension Methods