Show / Hide Table of Contents

Class EdiStopOrderingSortingItem

Sortitem of the stop-ordering event. Describes stacking and new stoporder

Inheritance
System.Object
EdiStopOrderingSortingItem
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStopOrderingSortingItem : object

Properties

SourceStopIds

Contains the StopIds of the stops that are merged together. If the SourceStopId is equals the new StopId it will not be included here.

Declaration
public List<string> SourceStopIds { get; set; }
Property Value
Type Description
List<System.String>

StopId

The (possibly new) StopId of the stop

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

StopNo

The new StopNo of the stop. Used for sorting

Declaration
public int StopNo { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX