Selerix Developer Tools
RegionCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : RegionCollection Class
Creates a collection of regions.
Object Model
RegionCollection ClassRegion ClassNoteCollection Class
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

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

See Also

Reference

RegionCollection Members
Selerix.BusinessObjects Namespace