Most recently used object list When various objects are opened an entry is made in the user's MRU list so that they can quickly open an item they were recently working on by selecting it in the AyaNova user interface. The tracking of what was opened is done at the business object level which is why each object has several overrides to optionally track MRU or not when an item is opened because code opens objects internally as often as the user initiates from the UI.

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

Inheritance Hierarchy

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

See Also