ProductLogistic Class

Contains information about the logistic of line.

Definition

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

Constructors

ProductLogisticInitializes a new instance of the ProductLogistic class

Properties

Batch Batch information [Lote].
DateExpiration Expiry date [FechaCaducidad].
DateProduction Production date [FechaProduccion].
Reference It indicates a free text [Referencia].
SerialNumber Serial number [NumSerie].

Extension Methods

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

See Also