Creates a collection of broker objects.
Object Model
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
See Also