Show / Hide Table of Contents

Class FilialeInfo

Inheritance
System.Object
FilialeInfo
Namespace: Transit.Shared.Datamodels.Tracking
Assembly: Transit.Shared.dll
Syntax
public class FilialeInfo : IXmlAppender

Properties

AbfahrtIst

Declaration
public DateTime? AbfahrtIst { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

AbfahrtSoll

Declaration
public DateTime AbfahrtSoll { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.DateTime>

AnkunftPrognose

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

AnkunftSoll

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

DispoGruppeId

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

DispoId

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

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
System.String

MengeIst

Declaration
public double? MengeIst { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

MengeSoll

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

TourId

Declaration
public int? TourId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TourName

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

Warengruppe

Declaration
public string Warengruppe { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX