Selerix Developer Tools
LocationCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : LocationCollection Class
Creates a collection of location objects.
Object Model
LocationCollection ClassLocation ClassDepartmentCollection ClassNoteCollection Class
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

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

See Also

Reference

LocationCollection Members
Selerix.BusinessObjects Namespace