A schedulemarker is used to make an entry in the calendar for items that are not workorder item scheduled users. Users make schedule markers to indicate time off, holidays or to remind them to follow up on root objects using the follow up feature etc.

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

Inheritance Hierarchy

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

See Also