Class Fahrzeug
Inheritance
object
Fahrzeug
Namespace: Transit.Shared.Datamodels.Tracking
Assembly: Transit.Shared.dll
Syntax
public class Fahrzeug
Properties
Frachtfuehrer
Declaration
public Adressat Frachtfuehrer { get; set; }
Property Value
| Type | Description |
|---|---|
| Adressat |
HauptKategorie
Declaration
public string HauptKategorie { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Kategorie
Declaration
public string Kategorie { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |