OrderInfoController Methods
The OrderInfoController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Edit(Nullable<(Of <<'(Int32>)>>)) |
Returns a single Order by the Id passed in.
|
![]() |
Edit(Int32, Order) |
Will update the Order in the database with the new status passed in.
|
![]() |
Index |
Retrieves all orders in the DB and returns them as a list.
|
![]() |
ListOrderDeserialize |
Deserializes all the Orders in the database to view models.
|
![]() |
OrderDeserialize |
Deserializes an Order and converts it to the view model.
|
![]() |
OrderInfoExists |
Returns if the Order exists or not.
|
![]() |
OrderSerialize |
Serializes a view model and converts it to an Order.
|