PhysicalAddressEntry constructor
PhysicalAddressEntry()
Implementation
PhysicalAddressEntry() : super() {
this._propertyBag = new SimplePropertyBag<String>();
this._propertyBag.addOnChangeEvent((bag) => this._PropertyBagChanged());
}