Show / Hide Table of Contents

Class EdiMasterBarcodeStackingItem

Describes stacking of the masterbarcodes

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiMasterBarcodeStackingItem
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiMasterBarcodeStackingItem : EdiPatternPropertiesBase

Properties

DateTime

Date and time of the stacking

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

Source

Source masterbarcode

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

Target

Source masterbarcode

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