Initializes a new instance of the Menu_Wrapper class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public Menu_Wrapper( ICategory category, ICategory selectedCategory, IFolioModule folioModule, IFolioItem currentItem ) |
Visual Basic |
---|
Public Sub New ( _ category As ICategory, _ selectedCategory As ICategory, _ folioModule As IFolioModule, _ currentItem As IFolioItem _ ) |
Visual C++ |
---|
public: Menu_Wrapper( ICategory^ category, ICategory^ selectedCategory, IFolioModule^ folioModule, IFolioItem^ currentItem ) |
Parameters
- category
- Type: Cartella.Interfaces..::..ICategory
- selectedCategory
- Type: Cartella.Interfaces..::..ICategory
- folioModule
- Type: Cartella.Interfaces..::..IFolioModule
- currentItem
- Type: Cartella.Interfaces..::..IFolioItem