LinkedListCreator Class
For internal use. Creates the collection based on LinkedList<T> and fills it with elements from dataSource.
Namespace:
Xafari.BC.BusinessOperations.CollectionCreators
Assembly: Xafari.BC (in Xafari.BC.dll)
- c#
- VB
public class LinkedListCreator : CollectionCreator
Public Class LinkedListCreator
Inherits CollectionCreator
End Class
Name | Description | |
---|---|---|
![]() |
LinkedListCreator(Type) |
Name | Description | |
---|---|---|
![]() |
Create(IEnumerable) | Factory method, which creates the collection's instance of appropriate type and fills the collection with elements from specified dataSource. (inherited from CollectionCreator). |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Xafari.BC.BusinessOperations.CollectionCreators.LinkedListCreator