Represents a Model of a Unit object. Used for categorization, filtering and sorting in grids, reporting and warranty 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 UnitModel : BusinessBase
Visual Basic
<SerializableAttribute> _
Public Class UnitModel _
	Inherits BusinessBase
Visual C++
[SerializableAttribute]
public ref class UnitModel : public BusinessBase

Inheritance Hierarchy

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

See Also