LineLogistic Class

Contains information about the logistic of line [Lineas_Logistica]

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class LineLogistic : ProductLogistic
Inheritance
Object    BindableCore    ProductLogistic    LineLogistic

Constructors

LineLogisticInitializes a new instance of the LineLogistic class

Properties

DateEntryCheck date [FechaEntrada]
IdIdentifier of logistic line [Id]
LocationStoreCodeCode the location of store [CodUbicacion]
LocationStoreDestinationCodeCode the destination location of store [CodUbicacionDestino]
PackageNumberPackage number to locate the product [NumBulto]
PackingListPack information [PackingList]
PalletNumberPallet number to locate the product [NumPale]
PhysicalUnitCodePhysical unit that identifies the quantity [CodUdFisica]
PhysicalUnitRatioPhysical unit ratio of the quantity [RelacionUdBasica]
QuantityQuantity, units to be delivered [Cantidad]
QuantityDeliveredThis attribute is for query only [CantidadServida]
QuantityPreparedPrepared quantity, units ready to be send [CantidadPreparada]

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also