JAMS 6.x Help
NotifyPropertyCollection<T> Class
Members 


NotifyPropertyCollection is the base class for collections that are are part of a larger object.
Object Model
NotifyPropertyCollection<T> Class
Syntax
'Declaration
 
Public Class NotifyPropertyCollection(Of T As BasePublicObject) 
   Inherits System.ComponentModel.BindingList(Of T)
'Usage
 
Dim instance As NotifyPropertyCollection(Of T)
public class NotifyPropertyCollection<T> : System.ComponentModel.BindingList<T> 
where T: BasePublicObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         MVPSI.JAMS.NotifyPropertyCollection<T>
            MVPSI.JAMS.AlertReqCollection
            MVPSI.JAMS.CurParamCollection
            MVPSI.JAMS.CurReportCollection
            MVPSI.JAMS.DependencyCollection
            MVPSI.JAMS.MenuDetailCollection
            MVPSI.JAMS.ParamCollection
            MVPSI.JAMS.QueueNodeCollection
            MVPSI.JAMS.ReportCollection
            MVPSI.JAMS.ResourceDetailCollection
            MVPSI.JAMS.ResReqCollection
            MVPSI.JAMS.SetupJobCollection
            MVPSI.JAMS.SetupJobParamCollection
            MVPSI.JAMS.SetupJobReportCollection
            MVPSI.JAMS.SpecificDateTypeCollection
            MVPSI.JAMS.TriggerActionCollection
            MVPSI.JAMS.TriggerEventCollection

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

NotifyPropertyCollection<T> Members
MVPSI.JAMS Namespace

Send Feedback