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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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