IHasPhysicalAddress Interface
interface to be used for all objects that have a physical address. (e.g. users or specific static devices)
Namespace: MobileTrack.Common.InterfacesAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public interface IHasPhysicalAddress
| City |
City the address resides in
|
| Country |
Country the address resides in
|
| Street |
Readable street name. (not the house number!)
|
| StreetNumber |
The house number (plus addition if applicable)
|
| ZipCode |
Zip Code
|