[SerializableAttribute]
public class LineLogistic : ProductLogistic
<SerializableAttribute>
Public Class LineLogistic
Inherits ProductLogistic
LineLogistic | Initializes a new instance of the LineLogistic class |
DateEntry | Check date [FechaEntrada] |
Id | Identifier of logistic line [Id] |
LocationStoreCode | Code the location of store [CodUbicacion] |
LocationStoreDestinationCode | Code the destination location of store [CodUbicacionDestino] |
PackageNumber | Package number to locate the product [NumBulto] |
PackingList | Pack information [PackingList] |
PalletNumber | Pallet number to locate the product [NumPale] |
PhysicalUnitCode | Physical unit that identifies the quantity [CodUdFisica] |
PhysicalUnitRatio | Physical unit ratio of the quantity [RelacionUdBasica] |
Quantity | Quantity, units to be delivered [Cantidad] |
QuantityDelivered | This attribute is for query only [CantidadServida] |
QuantityPrepared | Prepared quantity, units ready to be send [CantidadPreparada] |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |