Click or drag to resize
ContactMoneyValues Class
Contact Money Values
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesCorrigoEntityMoneyValues
        CorrigoService.EntitiesContactMoneyValues

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

The ContactMoneyValues type exposes the following members.

Properties
  NameDescription
Public propertyAuthorizationLimit
Authorization Limit, only non-negative values are accepted.
Public propertyNotificationThreshold
Notification threshold. Money. Notifications will be sent to Contact only when total amount exceeds threshold value. Only non-negative values are accepted.
Public propertyRequestLimit
Request Limit. If Contact creates Work Order with estimated costs exceeding the limit, manager’s authorization is required. Only non-negative values are accepted.
Top
See Also