Class Car
Inherited Members
Namespace: Volo.Abp.Http.DynamicProxying
Assembly: Volo.Abp.Http.Client.Tests.dll
Syntax
public class Car
Constructors
Car()
Declaration
public Car()
Properties
Colors
Declaration
[FromQuery]
public List<string> Colors { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
FirstReleaseDate
Declaration
[FromQuery]
public DateTime FirstReleaseDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Model
Declaration
[FromQuery]
public string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Year
Declaration
[FromQuery]
public int Year { get; set; }
Property Value
| Type | Description |
|---|---|
| int |