Xafari.BC.BusinessOperations.CollectionCreators Namespace


Assembly: Xafari.BC (in Xafari.BC.dll)

Name Description
msdn2017/pubclass ArrayCreator For internal use. Creates the collection based on Array or List<T> and fills it with elements from dataSource.
msdn2017/pubclass CollectionCreator The base class for Collection Creators.
msdn2017/pubclass CollectionCreatorFactory Factory class to create Generic Collection Creators instances.
msdn2017/pubclass HashSetCreator For internal use. Creates the collection based on HashSet<T> and fills it with elements from dataSource.
msdn2017/pubclass LinkedListCreator For internal use. Creates the collection based on LinkedList<T> and fills it with elements from dataSource.
msdn2017/pubclass ListCreator For internal use. Creates the collection based on List<T> and fills it with elements from dataSource.
msdn2017/pubclass QueueCreator For internal use. Creates the collection based on Queue<T> and fills it with elements from dataSource.
msdn2017/pubclass SortedSetCreator For internal use. Creates the collection based on SortedSet<T> and fills it with elements from dataSource.
msdn2017/pubclass StackCreator For internal use. Creates the collection based on Stack<T> and fills it with elements from dataSource.
msdn2017/pubclass SynchronizedCollectionCreator For internal use. Creates the collection based on SynchronizedCollection<T> and fills it with elements from dataSource.
Top

.NET Framework Client Profile

Supported in: 4, 3.5 SP1