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
IResource |
create(T customerResourceCollection)
Creates a customer collection enumerator capable of traversing customers. |
Method Details
create
public abstract IResourceCollectionEnumerator
Creates a customer collection enumerator capable of traversing customers.
Parameters:
Returns: