Develop the Data Transfer Object

We will develop the UI in this lesson and define the data transfer object.

We'll cover the following

We will divide the user interface development into the following three tasks:

  • The data transfer object
  • The mock service
  • The mock user interface

We will learn more about each of these tasks one by one.

Data transfer object

The data transfer object contains EstateDto which has an identifier and a name. There are two subtypes of EstateDto known as BuildingDto. These have a number of floors and LandDto which has an area.

Get hands-on with 1200+ tech skills courses.