Used to get the internal ID number of a workorder based on it's service number, quote number or preventive maintenance number. Also useful for checking for the existance of a workorder

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class WorkorderInternalIDFetcher : ReadOnlyBase
Visual Basic
<SerializableAttribute> _
Public Class WorkorderInternalIDFetcher _
	Inherits ReadOnlyBase
Visual C++
[SerializableAttribute]
public ref class WorkorderInternalIDFetcher : public ReadOnlyBase

Inheritance Hierarchy

System..::..Object
  ReadOnlyBase
    GZTW.AyaNova.BLL..::..WorkorderInternalIDFetcher

See Also