WoEquipment Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoEquipment : CorrigoEntityWithOptimisticLock
The WoEquipment type exposes the following members.
Name | Description | |
---|---|---|
![]() | Asset |
Asset of type equipment. This asset must reside under some of spaces used in work order.
|
![]() | Comment |
Comments provided from user; zero-length value is accepted.
Max Length=1024
|
![]() | RefrigerantUsed |
A three-state Boolean flag (NULL means “no value”) indicating refrigerant was used when work for particular equipment was done.
|
![]() | Type |
Type: Unknown, New, Known, NotRelated.
Is required.
|
![]() | WoId |
Work Order Id.
Is required.
|