Selerix Developer Tools
BrokerCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : BrokerCollection Class
Creates a collection of broker objects.
Object Model
BrokerCollection ClassBroker ClassAddress ClassPersonCollection ClassAddress ClassNoteCollection Class
Syntax
'Declaration
 
Public Class BrokerCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of Broker)
   Implements System.Collections.Generic.IEnumerable(Of Broker), System.Collections.IEnumerable 
'Usage
 
Dim instance As BrokerCollection
public class BrokerCollection : Selerix.Foundation.Data.EntityCollection<Broker>, System.Collections.Generic.IEnumerable<Broker>, System.Collections.IEnumerable  
public class BrokerCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class BrokerCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable 
public __gc class BrokerCollection : public Selerix.Foundation.Data.EntityCollection<Broker>, System.Collections.Generic.IEnumerable<Broker>, System.Collections.IEnumerable  
public ref class BrokerCollection : public Selerix.Foundation.Data.EntityCollection<Broker>, System.Collections.Generic.IEnumerable<Broker>, System.Collections.IEnumerable  
Inheritance Hierarchy

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

See Also

Reference

BrokerCollection Members
Selerix.BusinessObjects Namespace