Class Car
Inheritance
object
Car
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.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 |
|---|---|
| System.Collections.Generic.List<T><string> |
FirstReleaseDate
Declaration
[FromQuery]
public DateTime FirstReleaseDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |