Class EdiSelfDisposal
Information for the driver to assign the tour to himself
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiSelfDisposal
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiSelfDisposal : EdiPatternPropertiesBase
Properties
Allowed
Self-disposal allowed?
Declaration
public bool? Allowed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Barcode
Barcode for self-disposal
Declaration
public string Barcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BarcodeOnly
Self-disposal only with barcode
Declaration
public bool? BarcodeOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
GroupName
Name of the driver group, which is allowed to self-dispose the tour
Declaration
public List<string> GroupName { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |