Selerix Developer Tools
ProductCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : ProductCollection Class
Creates a collection of product objects.
Object Model
ProductCollection ClassProduct ClassProduct ClassFormCollection ClassNoteCollection ClassPresentationCollection ClassAnswerCollection ClassQuestionCollection ClassRates ClassRelationshipCCCollection ClassUWlimitCCCollection Class
Syntax
'Declaration
 
Public Class ProductCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of Product)
   Implements System.Collections.Generic.IEnumerable(Of Product), System.Collections.IEnumerable 
'Usage
 
Dim instance As ProductCollection
public class ProductCollection : Selerix.Foundation.Data.EntityCollection<Product>, System.Collections.Generic.IEnumerable<Product>, System.Collections.IEnumerable  
public class ProductCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class ProductCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable 
public __gc class ProductCollection : public Selerix.Foundation.Data.EntityCollection<Product>, System.Collections.Generic.IEnumerable<Product>, System.Collections.IEnumerable  
public ref class ProductCollection : public Selerix.Foundation.Data.EntityCollection<Product>, System.Collections.Generic.IEnumerable<Product>, System.Collections.IEnumerable  
Inheritance Hierarchy

System.Object
   Selerix.Foundation.Data.SmartList<T>
         Selerix.BusinessObjects.ProductCollection

See Also

Reference

ProductCollection Members
Selerix.BusinessObjects Namespace