C# Class MahTweets.Core.Scripting.ScriptingUIHelper

Inheritance: IScriptingUIHelper
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
CreateContextMenusFromScripts ( System.Boolean addSeparator, string scriptEntryPoint, RoutedEventHandler miClick ) : List
EditScriptFromKey ( string sk ) : void
IsEditScriptEvent ( string scriptkey, string guidintoscripts ) : System.Boolean
IsEditScriptEvent ( string scriptkey, string guidintoscripts, bool editalways ) : void
ShowDirectoryFromKey ( string sk ) : void
createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere ) : void
createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere, bool incCut, bool incCopy, bool incPaste ) : void

Method Details

CreateContextMenusFromScripts() public méthode

public CreateContextMenusFromScripts ( System.Boolean addSeparator, string scriptEntryPoint, RoutedEventHandler miClick ) : List
addSeparator System.Boolean
scriptEntryPoint string
miClick RoutedEventHandler
Résultat List

EditScriptFromKey() public méthode

public EditScriptFromKey ( string sk ) : void
sk string
Résultat void

IsEditScriptEvent() public méthode

public IsEditScriptEvent ( string scriptkey, string guidintoscripts ) : System.Boolean
scriptkey string
guidintoscripts string
Résultat System.Boolean

IsEditScriptEvent() public méthode

public IsEditScriptEvent ( string scriptkey, string guidintoscripts, bool editalways ) : void
scriptkey string
guidintoscripts string
editalways bool
Résultat void

ShowDirectoryFromKey() public méthode

public ShowDirectoryFromKey ( string sk ) : void
sk string
Résultat void

createCCPContextualMenus() public méthode

public createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere ) : void
newcontextualmenu System.Windows.Controls.ContextMenu
routeCCPHere RoutedEventHandler
Résultat void

createCCPContextualMenus() public méthode

public createCCPContextualMenus ( System.Windows.Controls.ContextMenu newcontextualmenu, RoutedEventHandler routeCCPHere, bool incCut, bool incCopy, bool incPaste ) : void
newcontextualmenu System.Windows.Controls.ContextMenu
routeCCPHere RoutedEventHandler
incCut bool
incCopy bool
incPaste bool
Résultat void