Class EuroPalletLoaded
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Loads
Assembly: Experior.Core.dll
Syntax
public class EuroPalletLoaded : Load, ILoad, IDisposable, ILabel
Constructors
EuroPalletLoaded(EuroPalletLoadedInfo)
Declaration
public EuroPalletLoaded(EuroPalletLoadedInfo info)
Parameters
Type | Name | Description |
---|---|---|
EuroPalletLoadedInfo | info |
Properties
Boxes
Declaration
[Browsable(false)]
public uint Boxes { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
BoxesOnLayer
Declaration
public static uint BoxesOnLayer { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Layers
Declaration
[Browsable(false)]
public uint Layers { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
LayersOnPallet
Declaration
public static uint LayersOnPallet { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Methods
DeStack()
Declaration
public Box DeStack()
Returns
Type | Description |
---|---|
Box |
LayerAndBoxes(UInt32, UInt32)
Declaration
public void LayerAndBoxes(uint layers, uint boxes)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | layers | |
System.UInt32 | boxes |
Implements
System.IDisposable