| ProviderCoi Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class ProviderCoi : CorrigoEntityWithOptimisticLock
The ProviderCoi type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AmtCoverage | 
            Amount of coverage. Max. precision 2 digits; negative values are not allowed.
             | 
|  | Comment | 
            Coverage details.
            Max Length=1024
             | 
|  | CurrencyTypeId | 
            Chosen currency.
             | 
|  | DisplayAs | 
            Displayable name.
            Max Length=256
             | 
|  | EmployeeId | 
            Employee/technician ID.
             | 
|  | EndDate | 
            Date when insurance coverage ends (date only; no time). 
             | 
|  | StartDate | 
            Date when insurance coverage starts (date only; no time).
             | 
|  | StatusId | 
            Insurance status, auto-computed. Matches enumeration InsuranceStatus.
             | 
 See Also
See Also