Class ScheduleEditorProxy provides functions for scheduling events. See IScheduleEditor for for information.

Namespace:  GrassValley.Mseries.ScheduleEditor
Assembly:  GrassValley.Mseries.ScheduleEditor (in GrassValley.Mseries.ScheduleEditor.dll) Version: 1.0.0.0

Syntax

C#
public class ScheduleEditorProxy : IScheduleEditor, 
	IDisposable
Visual Basic (Declaration)
Public Class ScheduleEditorProxy _
	Implements IScheduleEditor, IDisposable
Visual C++
public ref class ScheduleEditorProxy : IScheduleEditor, 
	IDisposable

Inheritance Hierarchy

System..::.Object
  GrassValley.Mseries.ScheduleEditor..::.ScheduleEditorProxy

See Also