PartWarehouse class is used to group parts for inventory purposes. Often service company's will have more than one warehouse or consider a service van as a warehouse AyaNova allows any number of warehouses for separate inventory tracking.

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

Inheritance Hierarchy

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

See Also