List of skills this schedulable user has. Than when determining who to schedule for a specific task or workorder where this skill is required, person displatching can bring up all techs with this skill

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

Inheritance Hierarchy

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

See Also