Click or drag to resize
WoQuote Class
Quote is object used by a workflow used when Work Order is assigned to provider; and requestor wants to know how much work will cost beforehand. Quote object is basically an object where answer to the question “how much will this cost?” is stored. There can be either 0 or 1 Quote record for each WO.
Inheritance Hierarchy

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

The WoQuote type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Quote amount. Negative values are not allowed; zero value might be blocked by pre-commit check.
Public propertyCurrencyTypeId
Currency type inherited from WO
Public propertyDescription
Comments provided from either provider or requestor; zero length not always accepted. Max Length=3072
Public propertyReason
Reason for rejection; free-text. Required when Quote is Rejected. Max Length=256
Public propertyStatusId
Quote status; matches enumeration QuoteStatus.
Public propertyWoId
Top
See Also