C# Class Adf.Core.Menu.MenuObjectExtensions

Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
Add ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : MenuObject
Add ( this menu, string title, string tip = "" ) : MenuObject
AddLast ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : MenuObject
Authorize ( this menu, IAction action ) : void
Up ( this menu ) : MenuObject

Method Details

Add() public static méthode

public static Add ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : MenuObject
menu this
title string
task Adf.Core.Tasks.ApplicationTask
topic string
tip string
Résultat MenuObject

Add() public static méthode

public static Add ( this menu, string title, string tip = "" ) : MenuObject
menu this
title string
tip string
Résultat MenuObject

AddLast() public static méthode

public static AddLast ( this menu, string title, Adf.Core.Tasks.ApplicationTask task, string topic = "", string tip = "" ) : MenuObject
menu this
title string
task Adf.Core.Tasks.ApplicationTask
topic string
tip string
Résultat MenuObject

Authorize() public static méthode

public static Authorize ( this menu, IAction action ) : void
menu this
action IAction
Résultat void

Up() public static méthode

public static Up ( this menu ) : MenuObject
menu this
Résultat MenuObject