IHasPhysicalAddress Interface

interface to be used for all objects that have a physical address. (e.g. users or specific static devices)

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public interface IHasPhysicalAddress

Properties

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

Extension Methods

IsPhysicalAddressValid Checks whether the physical address properties of the model are valid.
(Defined by ModelValidatorsExtensions)

See Also