JAMS Developer Guide
ResourceDetailCollection Class
Members 


MVPSI.JAMS Namespace : ResourceDetailCollection Class
Collection of Resource Details
Object Model
ResourceDetailCollection Class
Syntax
'Declaration
 
Public Class ResourceDetailCollection 
   Inherits MVPSI.JAMS.NotifyPropertyCollection(Of ResourceDetail)
'Usage
 
Dim instance As ResourceDetailCollection
public class ResourceDetailCollection : MVPSI.JAMS.NotifyPropertyCollection<ResourceDetail> 
Inheritance Hierarchy

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

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

ResourceDetailCollection Members
MVPSI.JAMS Namespace