Click or drag to resize

WoVisitSvc Class

Represents a Visit Service - defines activity performed during a Visit.
Inheritance Hierarchy

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

The WoVisitSvc type exposes the following members.

Constructors
 NameDescription
Public methodWoVisitSvcInitializes a new instance of the WoVisitSvc class
Top
Properties
 NameDescription
Public propertyActorId Parent object ID (Visit or WorkOrder).
Public propertyActorTypeId Parent object type (Visit or WO).
Public propertyCiItem Invoice Dictionary Item reference for billing.
Public propertyCredit Percentage of value delivered by service (0-100). Default is 100.
Public propertyIsDefaultSvc True when service is attached to Visit object with default CiItem value.
Public propertyMoneyId Currency type inherited from work zone.
Public propertyRate Service rate for billing.
Public propertyWonIdx Auto-computed unique key identifying service across WON. Either 0 (default svc), CiItemId (local WO), or WonServiceId (WON).
Public propertyWonServiceDisplayAs Name of the visit service. Non-empty only for WON-received WOs.
Public propertyWonServiceId Visit service ID from Requestor (WON). Non-zero only for WON-received WOs.
Top
See Also