Creates a collection of payroll providers.
Object Model
Syntax
'Declaration
Public Class PayrollProviderCollection
Inherits Selerix.Foundation.Data.EntityCollection(Of PayrollProvider)
Implements System.Collections.Generic.IEnumerable(Of PayrollProvider), System.Collections.IEnumerable
public class PayrollProviderCollection : Selerix.Foundation.Data.EntityCollection<PayrollProvider>, System.Collections.Generic.IEnumerable<PayrollProvider>, System.Collections.IEnumerable
public class PayrollProviderCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class PayrollProviderCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class PayrollProviderCollection : public Selerix.Foundation.Data.EntityCollection<PayrollProvider>, System.Collections.Generic.IEnumerable<PayrollProvider>, System.Collections.IEnumerable
public ref class PayrollProviderCollection : public Selerix.Foundation.Data.EntityCollection<PayrollProvider>, System.Collections.Generic.IEnumerable<PayrollProvider>, System.Collections.IEnumerable
Inheritance Hierarchy
System.Object
Selerix.Foundation.Data.SmartList<T>
Selerix.BusinessObjects.PayrollProviderCollection
See Also