Xafari.BC.BusinessOperations.CollectionCreators Namespace
Assembly: Xafari.BC (in Xafari.BC.dll)
Name | Description | |
---|---|---|
ArrayCreator | For internal use. Creates the collection based on Array or List<T> and fills it with elements from dataSource. | |
CollectionCreator | The base class for Collection Creators. | |
CollectionCreatorFactory | Factory class to create Generic Collection Creators instances. | |
HashSetCreator | For internal use. Creates the collection based on HashSet<T> and fills it with elements from dataSource. | |
LinkedListCreator | For internal use. Creates the collection based on LinkedList<T> and fills it with elements from dataSource. | |
ListCreator | For internal use. Creates the collection based on List<T> and fills it with elements from dataSource. | |
QueueCreator | For internal use. Creates the collection based on Queue<T> and fills it with elements from dataSource. | |
SortedSetCreator | For internal use. Creates the collection based on SortedSet<T> and fills it with elements from dataSource. | |
StackCreator | For internal use. Creates the collection based on Stack<T> and fills it with elements from dataSource. | |
SynchronizedCollectionCreator | For internal use. Creates the collection based on SynchronizedCollection<T> and fills it with elements from dataSource. |