Lightweight method for quickly fetching a Client object's PopupNotes if present Used by UI when opening workorders

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

Inheritance Hierarchy

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

See Also