Class TypeApiDescriptionModel
Inheritance
System.Object
TypeApiDescriptionModel
Assembly: Volo.Abp.Http.dll
Syntax
public class TypeApiDescriptionModel : object
Properties
BaseType
Declaration
public string BaseType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EnumNames
Declaration
public string[] EnumNames { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
EnumValues
Declaration
public object[] EnumValues { get; set; }
Property Value
| Type |
Description |
| System.Object[] |
|
IsEnum
Declaration
public bool IsEnum { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Properties
Declaration
public PropertyApiDescriptionModel[] Properties { get; set; }
Property Value
Methods
Create(Type)
Declaration
public static TypeApiDescriptionModel Create(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
Extension Methods