Show / Hide Table of Contents

Class Adresse

Enthält eine Adresse, die für die meisten Zwecke verwendbar ist.

Inheritance
System.Object
COM
Adresse
Inherited Members
COM.UserProperties
COM.Equals(Object)
COM.Equals(COM)
COM.GetHashCode()
COM.IsValid()
COM.Guid
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class Adresse : COM

Properties

| Improve this Doc View Source

Adresszusatz

Zusatzhinweis zum Auffinden der Adresse, z.B. "3. Stock linke Wohnung"

Declaration
public string Adresszusatz { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CoErgaenzung

Im Falle einer c/o-Adresse steht in diesem Attribut die Anrede. Z.B. c/o Veronica Hauptmieterin.In diesem Fall enthält die folgende Adresse die Daten der in c/o adressierten Person oder Firma.

Declaration
public string CoErgaenzung { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Hausnummer

Hausnummer inkl. Zusatz. Beispiel. 3, 4a etc.

Declaration
public string Hausnummer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Landescode

Offizieller ISO-Landescode. Z.B. NL, Details Landescode

Declaration
public Landescode? Landescode { get; set; }
Property Value
Type Description
System.Nullable<Landescode>
| Improve this Doc View Source

Ort

Bezeichnung der Stadt. Beispiel Hückelhoven

Declaration
public string Ort { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Postfach

Im Falle einer Postfachadresse das Postfach. Damit werden Straße und Hausnummer nicht berücksichtigt.Beispiel: Postfach 4711

Declaration
public string Postfach { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Postleitzahl

Die Postleitzahl. Beispiel: 41836

Declaration
public string Postleitzahl { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Strasse

Bezeichnung der Straße. Beispiel: Weserstraße

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

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX