Class EdiRedirectedTo
The consignment is redirected to...
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiRedirectedTo
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiRedirectedTo : EdiPatternPropertiesBase
Properties
ReceivingPartner
Redirected to receiving Partner
Declaration
public bool? ReceivingPartner { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Sender
Redirected to sender
Declaration
public bool? Sender { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
SourcePartner
Redirected to source partner
Declaration
public bool? SourcePartner { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |