Class Adressat

Inheritance
object
Adressat
Namespace: Transit.Shared.Datamodels.Tracking
Assembly: Transit.Shared.dll
Syntax
public class Adressat

Properties

Aid

Declaration
public string Aid { get; set; }
Property Value
Type Description
string

Bezeichnung

Declaration
public string Bezeichnung { get; set; }
Property Value
Type Description
string

Fid

Declaration
public string Fid { get; set; }
Property Value
Type Description
string

Hauptpartner

Declaration
public string Hauptpartner { get; set; }
Property Value
Type Description
string

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
int

Ort

Declaration
public string Ort { get; set; }
Property Value
Type Description
string

Plz

Declaration
public string Plz { get; set; }
Property Value
Type Description
string

Strasse

Declaration
public string Strasse { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX