AddServiceInterruptionSetup Class Members
The following tables list the members exposed by AddServiceInterruptionSetup.
Public Constructors
Name | Description | |
---|---|---|
![]() |
AddServiceInterruptionSetup Constructor | Initializes a new instance of the AddServiceInterruptionSetup class. |
Public Properties
Name | Description | |
---|---|---|
![]() |
CaseIDNum | The identifier of the Case with which this Service Interuption is associated |
![]() |
CreateDate | The DateTime the Service Interput was created. If not set, the current time is used. |
![]() |
Description | The description of the Service Interuption. |
![]() |
Duration | The length (in seconds) of the Service Interuption. If not specified, it is calculated from the start and end times. |
![]() |
EndDate | The DateTime the Service Interuption ends. If not set, the start time and duration is used to calculate the end time. |
![]() |
ServiceClass | Element from the 'Installed Prod Sched Class' application list. If not set the default list value is used. |
![]() |
ServiceType | Element from the 'Employee Sched Type' application list. If not set the default list value is used. |
![]() |
SitePartObjid | The Objid of the Site Part if a part is being serviced. |
![]() |
StartDate | The DateTime the Service Interuption starts. If not set, the current time is used. |
![]() |
UserName | The user who is adding the Service Interuption. If not set, the session user is used. |
Reference
AddServiceInterruptionSetup Class
FChoice.Toolkits.Clarify.FieldOps Namespace
AddServiceInterruption(AddServiceInterruptionSetup) Method