Class FilialeInfo

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

Properties

AbfahrtEmpfaengerIst

Declaration
public DateTime? AbfahrtEmpfaengerIst { get; set; }
Property Value
Type Description
DateTime?

AbfahrtEmpfaengerSoll

Declaration
public DateTime? AbfahrtEmpfaengerSoll { get; set; }
Property Value
Type Description
DateTime?

AbfahrtIst

Declaration
public DateTime? AbfahrtIst { get; set; }
Property Value
Type Description
DateTime?

AbfahrtSoll

Declaration
public DateTime AbfahrtSoll { get; set; }
Property Value
Type Description
DateTime

Absender

Declaration
public Adressat Absender { get; set; }
Property Value
Type Description
Adressat

Anhaenger

Declaration
public Fahrzeug Anhaenger { get; set; }
Property Value
Type Description
Fahrzeug

AnkunftIst

Declaration
public DateTime? AnkunftIst { get; set; }
Property Value
Type Description
DateTime?

AnkunftPrognose

Declaration
public DateTime AnkunftPrognose { get; set; }
Property Value
Type Description
DateTime

AnkunftSoll

Declaration
public DateTime AnkunftSoll { get; set; }
Property Value
Type Description
DateTime

DispoGruppeId

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

DispoId

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

Empfaenger

Declaration
public Adressat Empfaenger { get; set; }
Property Value
Type Description
Adressat

Fahrzeug

Declaration
public Fahrzeug Fahrzeug { get; set; }
Property Value
Type Description
Fahrzeug

FilialeFid

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

MengeIst

Declaration
public double? MengeIst { get; set; }
Property Value
Type Description
double?

MengeSoll

Declaration
public double MengeSoll { get; set; }
Property Value
Type Description
double

NextTourPos

Declaration
public Adressat NextTourPos { get; set; }
Property Value
Type Description
Adressat

TourId

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

TourName

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

Warengruppe

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