Interface IAddressCity
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Represents a city within a commune for addressing purposes. This record captures city-specific details such as city identifiers and names, extending the commune-level details from the IAddressCommune.
public interface IAddressCity : IAddressCommune, IAddressState
- Inherited Members
Properties
CityId
long CityId { get; set; }
Property Value
CityName
The name of the city. This property is crucial for identifying the city within its broader regional context (e.g., state, commune).
string CityName { get; set; }