JAMS 6.x Help
DependencyCollection Class
Members 


A Class containing a Collection of Dependency Objects
Object Model
DependencyCollection Class
Syntax
'Declaration
 
Public Class DependencyCollection 
   Inherits MVPSI.JAMS.NotifyPropertyCollection(Of Dependency)
'Usage
 
Dim instance As DependencyCollection
public class DependencyCollection : MVPSI.JAMS.NotifyPropertyCollection<Dependency> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         MVPSI.JAMS.NotifyPropertyCollection<T>
            MVPSI.JAMS.DependencyCollection
               MVPSI.JAMS.JobDependencyCollection
               MVPSI.JAMS.SetupDependencyCollection

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

DependencyCollection Members
MVPSI.JAMS Namespace

Send Feedback