Selerix Developer Tools
JobClassCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : JobClassCollection Class
The JobClassCollection object specifies the attributes of a job class collection.
Object Model
JobClassCollection ClassJobClass ClassLocationCollection ClassNoteCollection Class
Syntax
'Declaration
 
Public Class JobClassCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of JobClass)
   Implements System.Collections.Generic.IEnumerable(Of JobClass), System.Collections.IEnumerable 
'Usage
 
Dim instance As JobClassCollection
public class JobClassCollection : Selerix.Foundation.Data.EntityCollection<JobClass>, System.Collections.Generic.IEnumerable<JobClass>, System.Collections.IEnumerable  
public class JobClassCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class JobClassCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable 
public __gc class JobClassCollection : public Selerix.Foundation.Data.EntityCollection<JobClass>, System.Collections.Generic.IEnumerable<JobClass>, System.Collections.IEnumerable  
public ref class JobClassCollection : public Selerix.Foundation.Data.EntityCollection<JobClass>, System.Collections.Generic.IEnumerable<JobClass>, System.Collections.IEnumerable  
Inheritance Hierarchy

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

See Also

Reference

JobClassCollection Members
Selerix.BusinessObjects Namespace