Class ZoneTypeAddressLookup
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A zone type that is for address lookup.
[Obsolete("Please use AddressZone.")]
public class ZoneTypeAddressLookup : ZoneTypeSystem, IEntity, IComparable, IIdentifiable, IDefaultable
- Inheritance
-
ZoneTypeAddressLookup
- Implements
- Inherited Members
Properties
Id
Gets the unique identifier for this entity.
public override Id Id { get; }
Property Value
Value
Gets the singleton value.
public static ZoneTypeAddressLookup Value { get; }
Property Value
- ZoneTypeAddressLookup
The singleton value.
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.