Table of Contents

Interface IAddressCommune

Namespace
XENBIT.ResQueServe.Abstractions.Interfaces
Assembly
RQS.Abstractions.dll

Represents a commune-level division within a state or region for addressing purposes. This record extends the IAddressState to provide additional details specific to the commune level, such as commune identifiers and names.

public interface IAddressCommune : IAddressState
Inherited Members

Properties

CommuneId

long CommuneId { get; set; }

Property Value

long

CommuneName

The name of the commune.

string CommuneName { get; set; }

Property Value

string