JAMS Developer Guide
MenuDetailCollection Class
Members 


MVPSI.JAMS Namespace : MenuDetailCollection Class
Class that holds a Collection of Menu Details
Object Model
MenuDetailCollection Class
Syntax
'Declaration
 
Public Class MenuDetailCollection 
   Inherits MVPSI.JAMS.NotifyPropertyCollection(Of MenuDetail)
'Usage
 
Dim instance As MenuDetailCollection
public class MenuDetailCollection : MVPSI.JAMS.NotifyPropertyCollection<MenuDetail> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         MVPSI.JAMS.NotifyPropertyCollection<T>
            MVPSI.JAMS.MenuDetailCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MenuDetailCollection Members
MVPSI.JAMS Namespace