Click or drag to resize

WoEquipment Class

Stores information about equipment used in work order. Web service access scope - Full access
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class WoEquipment : CorrigoEntityWithOptimisticLock

The WoEquipment type exposes the following members.

Properties
 NameDescription
Public propertyAsset Asset of type equipment. This asset must reside under some of spaces used in work order.
Public propertyComment Comments provided from user; zero-length value is accepted. Max Length=1024
Public propertyRefrigerantUsed A three-state Boolean flag (NULL means “no value”) indicating refrigerant was used when work for particular equipment was done.
Public propertyType Type: Unknown, New, Known, NotRelated. Is required.
Public propertyWoId Work Order Id. Is required.
Top
See Also