Selerix Developer Tools
AgentCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : AgentCollection Class
Class AgentCollection
Object Model
AgentCollection ClassAgent ClassAddress ClassAgentBrokerCollection ClassAgentLocations ClassAgentPayerCollection ClassAgentProductCollection ClassPersonCollection ClassAddress ClassNoteCollection ClassResult ClassLicenseCollection Class
Syntax
'Declaration
 
Public Class AgentCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of Agent)
   Implements System.Collections.Generic.IEnumerable(Of Agent), System.Collections.IEnumerable 
'Usage
 
Dim instance As AgentCollection
public class AgentCollection : Selerix.Foundation.Data.EntityCollection<Agent>, System.Collections.Generic.IEnumerable<Agent>, System.Collections.IEnumerable  
public class AgentCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class AgentCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable 
public __gc class AgentCollection : public Selerix.Foundation.Data.EntityCollection<Agent>, System.Collections.Generic.IEnumerable<Agent>, System.Collections.IEnumerable  
public ref class AgentCollection : public Selerix.Foundation.Data.EntityCollection<Agent>, System.Collections.Generic.IEnumerable<Agent>, System.Collections.IEnumerable  
Inheritance Hierarchy

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

See Also

Reference

AgentCollection Members
Selerix.BusinessObjects Namespace