Line Class

Contains information about the product lines [Lineas]

Definition

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

Constructors

LineInitializes a new instance of the Line class

Properties

AmountLineAmountLine [ImporteLinea]
AmountLineCurrencyCurrency line amount [ImporteLineaDivisa]
AverageCostAverage cost [CosteMedio]
AverageCostOthersOthers average cost [CosteMedioOtros]
CascadeDiscountCascade discount [DescuentoCascada]
CodeProduct code [CodArticulo], [CodCapitulo], [CodPartida], the field depends on the Type
CodeTaxTax code [CodTipoTasa]
CodeVATCode of tax [CodTipoImpuesto]
CommittedDateCommitted date of an assignment [FechaComprometida]
DeliveryDateDelivery date [FechaEntrega]
DeliveryDateExpectedDate expected delivery products [FechaEntregaPrevista]
DescriptionProduct description. If not indicated, is assigned to be reflected in the data sheet [Descripcion]
IdLine identifier [Id]
LastCostLast cost [CosteUltimo]
LevelIndicates the indentation level of the line [Nivel]
LogisticsCollect the logistic info of the line
NameName of product. If not indicated, is assigned to be reflected in the data sheet [Nombre]
OrderNumber of order lines [NumOrder]
PackagesPackages [Bultos]
PercentDiscountPercent discount [PorcDescuento]
PercentVATPercent of tax rate [PorcIVA]
PhysicalUnitCodePhysical unit that identifies the quantity [CodUdFisica]
PriceProduct price [Precio]
PriceAccessoriesAccessories price [PrecioAccesorios]
PriceAdministrationAdministration price [PrecioAdministracion]
PriceLabourLabour price [PrecioManoObra]
PriceMaterialMaterial price [PrecioMaterial]
PriceTaxTax price [PrecioTasa]
PrintableDetermines if the line is printable [Imprimible]
PrintingDetailSpecify the Line printing detail [DetalleImpresion]
PromotionalReferenceCodePromotional reference code [CodRefPromocional]
QuantityQuantity, units to be delivered [Cantidad]
QuantityDeliveredThis attribute is for query only [CantidadServida]
QuantityPreparedPrepared quantity, units ready to be send [CantidadPreparada]
QuantityToPrepareQuantity to prepare [CantidadAPreparar]
ReferenceIt indicates a free text [Referencia]
RetailPriceRetail price (include VAT) [PVP]
StoreCodeWarehouse code [CodAlmacen]
TechnicalCodeTechnical article code [CodTecnico]
TheoreticalCostTheoreticalCost [CosteTeorico]
TypeType of line LineType[TipoLinea]
VolumeVolume [Volumen]
WeightWeight [Peso]
WeightGrossGross weight [PesoBruto]

Methods

CopyCreate a new copy of a line

Extension Methods

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

See Also