Creates a collection of location objects.
Object Model
Syntax
'Declaration
Public Class LocationCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of Location)
Implements System.Collections.Generic.IEnumerable(Of Location), System.Collections.IEnumerable
'Usage
Dim instance As LocationCollection
public class LocationCollection : Selerix.Foundation.Data.EntityCollection<Location>, System.Collections.Generic.IEnumerable<Location>, System.Collections.IEnumerable
public class LocationCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class LocationCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class LocationCollection : public Selerix.Foundation.Data.EntityCollection<Location>, System.Collections.Generic.IEnumerable<Location>, System.Collections.IEnumerable
public ref class LocationCollection : public Selerix.Foundation.Data.EntityCollection<Location>, System.Collections.Generic.IEnumerable<Location>, System.Collections.IEnumerable
Inheritance Hierarchy
See Also