Illustration of constructing a data object for example
The developer will design any object data standard for .Net follows: call new with the necessary constructor.
Example:
SimpleDataObject sdo = new SimpleDataObject();
sdo.Master = new MasterDataObject();