Class TypeApiDescriptionModel
Inheritance
object
TypeApiDescriptionModel
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 TypeApiDescriptionModel
Constructors
TypeApiDescriptionModel()
Declaration
public TypeApiDescriptionModel()
Properties
BaseType
Declaration
public string BaseType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnumNames
Declaration
public string[] EnumNames { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
EnumValues
Declaration
public object[] EnumValues { get; set; }
Property Value
| Type | Description |
|---|---|
| object[] |
GenericArguments
Declaration
public string[] GenericArguments { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
IsEnum
Declaration
public bool IsEnum { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Properties
Declaration
public PropertyApiDescriptionModel[] Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyApiDescriptionModel[] |
Methods
Create(Type)
Declaration
public static TypeApiDescriptionModel Create(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| TypeApiDescriptionModel |