WorkOrderService Class

Contains information about the services of a work report [PartesTrabajo_Servicios].

Definition

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

Constructors

WorkOrderServiceInitializes a new instance of the WorkOrderService class

Properties

Code Service code [CodTipoServicio].
DocumentTypeToGenerate Type of document to generate [CodTipoNota].
Id Work part service identifier [Id].
Quantity Service quantity [Cantidad].

Extension Methods

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

See Also