Class TransactionalListSharedItems<T>
Registered as Singleton holds the actual items list shared between the scoped instances of the TransactionalList<T>.
Inherited Members
Namespace: Silverback.Util
Assembly: Silverback.Integration.dll
Syntax
public sealed class TransactionalListSharedItems<T>
Type Parameters
Name | Description |
---|---|
T | The type of the item in the list. |
Properties
| Improve this doc View sourceItems
Gets the underlying List<T> containing the persisted items.
Declaration
public IList<TransactionalListItem<T>> Items { get; }
Property Value
Type | Description |
---|---|
IList<TransactionalListItem<T>> |