Class Address

Assembly: redb.Examples.dll

Address with city, street and building details.

public class Address

Inheritance

ObjectAddress

Properties

Building

public BuildingInfo? Building { get; set; }

City

public string City { get; set; }

Street

public string Street { get; set; }