LoanItem representing an item that will be loaned or rented to a client and tracked in the WorkorderItemLoan 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 LoanItem : BusinessBase
Visual Basic
<SerializableAttribute> _
Public Class LoanItem _
	Inherits BusinessBase
Visual C++
[SerializableAttribute]
public ref class LoanItem : public BusinessBase

Inheritance Hierarchy

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

See Also