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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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
|