The workorder object can be one of several flavors depending on the purpose it will be used for.
This enumeration is used to indicate which type of workorder should be created and or to identify what
type of workorder we have.
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
public enum WorkorderTypes |
| Visual Basic |
|---|
Public Enumeration WorkorderTypes |
| Visual C++ |
|---|
public enum class WorkorderTypes |
Members
| Member name | Description | |
|---|---|---|
| Unknown | ||
| Service | ||
| PreventiveMaintenance | ||
| Quote | ||
| TemplateService | ||
| TemplatePreventiveMaintenance | ||
| TemplateQuote |