Show / Hide Table of Contents

Class Fahrzeug

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

Properties

View Source

Frachtfuehrer

Declaration
public Adressat Frachtfuehrer { get; set; }
Property Value
Type Description
Adressat
View Source

HauptKategorie

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

Id

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

Kategorie

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

Name

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