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