Selerix Developer Tools
PayrollProviderCollection Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : PayrollProviderCollection Class
Creates a collection of payroll providers.
Object Model
PayrollProviderCollection ClassPayrollProvider ClassAddress ClassPersonCollection ClassAddress ClassNoteCollection Class
Syntax
'Declaration
 
Public Class PayrollProviderCollection 
   Inherits Selerix.Foundation.Data.EntityCollection(Of PayrollProvider)
   Implements System.Collections.Generic.IEnumerable(Of PayrollProvider), System.Collections.IEnumerable 
'Usage
 
Dim instance As PayrollProviderCollection
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

Reference

PayrollProviderCollection Members
Selerix.BusinessObjects Namespace