Initializes a new instance of the Menu_Wrapper class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Menu_Wrapper(
	string title,
	string menuID,
	bool display,
	bool selected,
	IFolioItem[] displayItems,
	IFolioItem currentItem
)
Visual Basic
Public Sub New ( _
	title As String, _
	menuID As String, _
	display As Boolean, _
	selected As Boolean, _
	displayItems As IFolioItem(), _
	currentItem As IFolioItem _
)
Visual C++
public:
Menu_Wrapper(
	String^ title, 
	String^ menuID, 
	bool display, 
	bool selected, 
	array<IFolioItem^>^ displayItems, 
	IFolioItem^ currentItem
)

Parameters

title
Type: System..::..String
menuID
Type: System..::..String
display
Type: System..::..Boolean
selected
Type: System..::..Boolean
displayItems
Type: array<Cartella.Interfaces..::..IFolioItem>[]()[][]
currentItem
Type: Cartella.Interfaces..::..IFolioItem

See Also