JAMS Developer Guide
ParamCollection Class
Members 


MVPSI.JAMS Namespace : ParamCollection Class
Class that contains a Collection of Params
Object Model
ParamCollection Class
Syntax
'Declaration
 
Public Class ParamCollection 
   Inherits MVPSI.JAMS.NotifyPropertyCollection(Of Param)
'Usage
 
Dim instance As ParamCollection
public class ParamCollection : MVPSI.JAMS.NotifyPropertyCollection<Param> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         MVPSI.JAMS.NotifyPropertyCollection<T>
            MVPSI.JAMS.ParamCollection
               MVPSI.JAMS.FolderParamCollection
               MVPSI.JAMS.JobParamCollection

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

ParamCollection Members
MVPSI.JAMS Namespace