IResourceCollectionEnumeratorFactory<T> Interface

Type Parameters

T

public interface IResourceCollectionEnumeratorFactory<T>

Creates resource collection enumerators which can enumerate through resource collections. The collection type.

Method Summary

Modifier and Type Method and Description
abstract IResourceCollectionEnumerator<T> create(T customerResourceCollection)

Creates a customer collection enumerator capable of traversing customers.

Method Details

create

public abstract IResourceCollectionEnumerator create(T customerResourceCollection)

Creates a customer collection enumerator capable of traversing customers.

Parameters:

customerResourceCollection - The initial customer resource collection to start from.

Returns:

A customer collection enumerator capable of traversing customers.

Applies to