C# 클래스 Adf.Core.Menu.MenuObjectExtensions

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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