C# Класс Adf.Core.Menu.MenuObjectExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Add() публичный статический Метод

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
Результат MenuObject

Add() публичный статический Метод

public static Add ( this menu, string title, string tip = "" ) : MenuObject
menu this
title string
tip string
Результат MenuObject

AddLast() публичный статический Метод

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
Результат MenuObject

Authorize() публичный статический Метод

public static Authorize ( this menu, IAction action ) : void
menu this
action IAction
Результат void

Up() публичный статический Метод

public static Up ( this menu ) : MenuObject
menu this
Результат MenuObject