"Body" of workorder (all non header information) Stored in WorkorderItems collection of Workorder object

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 WorkorderItem : BusinessBase
Visual Basic
<SerializableAttribute> _
Public Class WorkorderItem _
	Inherits BusinessBase
Visual C++
[SerializableAttribute]
public ref class WorkorderItem : public BusinessBase

Inheritance Hierarchy

System..::..Object
  BindableBase
    UndoableBase
      BusinessBase
        GZTW.AyaNova.BLL..::..WorkorderItem

See Also