Show / Hide Table of Contents

Class FilialeInfo

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

Properties

View Source

AbfahrtEmpfaengerIst

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

AbfahrtEmpfaengerSoll

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

AbfahrtIst

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

AbfahrtSoll

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

Absender

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

Anhaenger

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

AnkunftIst

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

AnkunftPrognose

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

AnkunftSoll

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

DispoGruppeId

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

DispoId

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

Empfaenger

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

Fahrzeug

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

FilialeFid

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

MengeIst

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

MengeSoll

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

NextTourPos

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

TourId

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

TourName

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

Warengruppe

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