WorkOrderProduct Class

Contains the information of a work part item [PartesTrabajo_Articulos].

Definition

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

Constructors

WorkOrderProductInitializes a new instance of the WorkOrderProduct class

Properties

Code Item code [CodArticulo].
Date Date of output/input of the article [Fecha]
DocumentTypeToGenerate Type of document to generate [CodTipoNota].
EmployeeCode Employee code involved in the output/entry of the article [CodEmpleado].
Id Identifier of the article in the work report [CodArticulo].
Name Product name [Nombre].
PercentDiscount Discount percentage of the item's output/input [PorcDescuento].
Price Price of the output/input of the item [Price].
Quantity Quantity of item output/input [Cantidad].
SerialNumber Serial number of the item [NumSerie].
StoreCode Store code [CodAlmacen].

Extension Methods

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

See Also