C# Class VixenModules.App.SuperScheduler.SuperSchedulerModule

Inheritance: AppModuleInstanceBase
Datei anzeigen Open project: sall/vixen

Public Properties

Property Type Description
MENU_ID_NAME string
MENU_ID_ROOT string

Public Methods

Method Description
CreateMenu ( ) : void
GetSchedulerMenu ( ) : Vixen.Sys.AppCommand
Loading ( ) : void
Unloading ( ) : void

Private Methods

Method Description
_AppSupportsCommands ( ) : bool
_CheckSchedule ( ) : void

Method Details

CreateMenu() public method

public CreateMenu ( ) : void
return void

GetSchedulerMenu() public method

public GetSchedulerMenu ( ) : Vixen.Sys.AppCommand
return Vixen.Sys.AppCommand

Loading() public method

public Loading ( ) : void
return void

Unloading() public method

public Unloading ( ) : void
return void

Property Details

MENU_ID_NAME public_oe static_oe property

public static string MENU_ID_NAME
return string

MENU_ID_ROOT public_oe static_oe property

public static string MENU_ID_ROOT
return string