Class AgentCollection
Object Model
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
See Also