Show / Hide Table of Contents

Class IdentityPhysicalAddress

Fyzická adresa identifikačných údajov

Inheritance
System.Object
IdentityPhysicalAddress
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class IdentityPhysicalAddress : Object

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
System.String country
System.String municipality
System.String streetName
System.String buildingNumber
System.String propertyRegistrationNumber
IdentityDeliveryAddress deliveryAddress

Properties

BuildingNumber

Názov budovy alebo číslo domu

Declaration
public string BuildingNumber { get; }
Property Value
Type Description
System.String

Názov budovy alebo číslo domu alebo null, ak nie je uvedené

Country

Názov štátu

Declaration
public string Country { get; }
Property Value
Type Description
System.String

DeliveryAddress

Doručovacia adresa

Declaration
public IdentityDeliveryAddress DeliveryAddress { get; }
Property Value
Type Description
IdentityDeliveryAddress

Doručovacia adresa alebo null, ak nie je uvedená

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
System.String

PropertyRegistrationNumber

Súpisné číslo budovy

Declaration
public string PropertyRegistrationNumber { get; }
Property Value
Type Description
System.String

Súpisné číslo budovy alebo null, ak nie je uvedené

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
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

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
System.String
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©