Show / Hide Table of Contents

Class Adressat

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

Properties

View Source

Aid

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

Bezeichnung

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

Fid

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

Hauptpartner

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

Id

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

Ort

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

Plz

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

Strasse

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