Class TypeApiDescriptionModel
Inheritance
TypeApiDescriptionModel
Assembly: Volo.Abp.Http.dll
Syntax
public class TypeApiDescriptionModel
Constructors
TypeApiDescriptionModel()
Declaration
public TypeApiDescriptionModel()
Properties
BaseType
Declaration
public string? BaseType { get; set; }
Property Value
EnumNames
Declaration
public string[]? EnumNames { get; set; }
Property Value
EnumValues
Declaration
public object[]? EnumValues { get; set; }
Property Value
GenericArguments
Declaration
public string[]? GenericArguments { get; set; }
Property Value
IsEnum
Declaration
public bool IsEnum { get; set; }
Property Value
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