Customizable tag to attribute to the type of service performed on a Unit used by service, quote and PM 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 UnitServiceType : BusinessBase
Visual Basic
<SerializableAttribute> _
Public Class UnitServiceType _
	Inherits BusinessBase
Visual C++
[SerializableAttribute]
public ref class UnitServiceType : public BusinessBase

Inheritance Hierarchy

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

See Also