| WoQuote Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class WoQuote : CorrigoEntityWithOptimisticLock
The WoQuote type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Amount | 
            Quote amount. Negative values are not allowed; zero value might be blocked by pre-commit check.
             | 
|  | CurrencyTypeId | 
            Currency type inherited from WO
             | 
|  | Description | 
            Comments provided from either provider or requestor; zero length not always accepted.
            Max Length=3072
             | 
|  | IsMultiline | 
            Boolean flag indicating if Quote is multi-line. 
            This value is inherited from WO when Quote is created.
             | 
|  | Items | |
|  | Reason | 
            Reason for rejection; free-text. Required when Quote is Rejected.
            Max Length=256
             | 
|  | StatusId | 
            Quote status; matches enumeration QuoteStatus;
             | 
|  | WoId | 
 See Also
See Also