ListOrderDeserialize Method

TriCodeTest

HistoryController..::..ListOrderDeserialize Method

Deserialize all the Orders in the database to view models.

Namespace:  TriCodeTest.Controllers
Assembly:  TriCodeTest (in TriCodeTest.dll)

Syntax


private List<Order> ListOrderDeserialize(
	List<OrderInfo> listOrderInfo
)

Parameters

listOrderInfo
Type: List<(Of <(<'OrderInfo>)>)>
List of order models from the database

Return Value

List of view models of orders with deserialized JSON for items in orders