C# Class SDL.TridionVSRazorExtension.Command.ItemContextDeleteCommand

Mostra file Open project: mvlasenko/TridionVSRazorExtension Class Usage Examples

Public Properties

Property Type Description
CommandSet System.Guid

Private Properties

Property Type Description
BeforeQueryStatus void
ItemContextDeleteCommand System
MenuItemCallback void

Public Methods

Method Description
Initialize ( Package package ) : void

Initializes the singleton instance of the command.

Private Methods

Method Description
BeforeQueryStatus ( object sender, EventArgs eventArgs ) : void
ItemContextDeleteCommand ( Package package ) : System

Initializes a new instance of the ItemContextDeleteCommand class. Adds our command handlers for menu (commands must exist in the command table file)

MenuItemCallback ( object sender, EventArgs e ) : void

This function is the callback used to execute the command when the menu item is clicked. See the constructor to see how the menu item is associated with this function using OleMenuCommandService service and MenuCommand class.

Method Details

Initialize() public static method

Initializes the singleton instance of the command.
public static Initialize ( Package package ) : void
package Package Owner package, not null.
return void

Property Details

CommandSet public_oe static_oe property

Command menu group (command set GUID).
public static Guid,System CommandSet
return System.Guid