WorkOrderAsset Class

Contains the asset information of a work report [PartesTrabajo_Activos].

Definition

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

Constructors

WorkOrderAssetInitializes a new instance of the WorkOrderAsset class

Properties

Code Asset code [CodArticulo], [Matricula] o [NumTelefono].
Id Work part asset identifier [Id].
Quantity Asset amount [Cantidad].
Reference Asset reference [Referencia].
SerialNumber Asset serial number [NumSerie].
Type Work part asset type.

Extension Methods

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

See Also