| Member | Description |
|---|---|
Constructor |
Default constructor. |
ParseAddress |
Exposes the parsing functionality to the outside world. public void ParseAddress(); |
ShowAddressWindow |
Exposes to the outside world the capability of showing the Address parser dialog. public void ShowAddressWindow(); |
AddressEntity |
Exposes the AddressEntity. |
OriginalValue |
Expose the original value as a read-only property. We don't want this field having value attributed from outside the class. |
Owner |
Exposes reference to the form that the textbox is sitting on. |