Show / Hide Table of Contents

Class EdiNetwork

The network under which rules the consignment should be processed

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

Properties

Codelist

The name of the code list which specifies how the receiving system should interpret the codes used

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

NetworkId

The name of the network. This is often identical to the name of the code list. Since the same code list may however be used outside the network, this field independently allows to specify the network

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

Product

The product allows to distinguish different processes within one network, effectively sub classing the network

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