The JobClassCollection object specifies the attributes of a job class collection.
Object Model
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
See Also