Class IdentityPhysicalAddress
Fyzická adresa identifikačných údajov
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class IdentityPhysicalAddress
Constructors
IdentityPhysicalAddress(IdentityPhysicalAddress)
Declaration
public IdentityPhysicalAddress(IdentityPhysicalAddress address)
Parameters
| Type | Name | Description |
|---|---|---|
| IdentityPhysicalAddress | address |
IdentityPhysicalAddress(string, string, string, string, string, IdentityDeliveryAddress)
Declaration
public IdentityPhysicalAddress(string country, string municipality, string streetName, string buildingNumber = null, string propertyRegistrationNumber = null, IdentityDeliveryAddress deliveryAddress = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | country | |
| string | municipality | |
| string | streetName | |
| string | buildingNumber | |
| string | propertyRegistrationNumber | |
| IdentityDeliveryAddress | deliveryAddress |
Properties
BuildingNumber
Názov budovy alebo číslo domu
Declaration
public string BuildingNumber { get; }
Property Value
| Type | Description |
|---|---|
| string | Názov budovy alebo číslo domu alebo |
Country
Názov štátu
Declaration
public string Country { get; }
Property Value
| Type | Description |
|---|---|
| string |
DeliveryAddress
Doručovacia adresa
Declaration
public IdentityDeliveryAddress DeliveryAddress { get; }
Property Value
| Type | Description |
|---|---|
| IdentityDeliveryAddress | Doručovacia adresa alebo |
Municipality
Názov obce. Obcou je územnosprávna jednotka charakterizovaná súvislým domovým osídlením a vlastným názvom. Obcou je aj mesto.
Declaration
public string Municipality { get; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyRegistrationNumber
Súpisné číslo budovy
Declaration
public string PropertyRegistrationNumber { get; }
Property Value
| Type | Description |
|---|---|
| string | Súpisné číslo budovy alebo |
StreetName
Názov ulice. Ak obec nemá názov ulice, udáva sa tu názov obce.
Declaration
public string StreetName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
ToString(IdentityPhysicalAddressStringOptions)
Vráti textový reťazec reprezentujúci túto fyzickú adresu.
Declaration
public string ToString(IdentityPhysicalAddressStringOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| IdentityPhysicalAddressStringOptions | options | Možnosti textovej reprezentácie fyzickej adresy. |
Returns
| Type | Description |
|---|---|
| string |