Class TransactionalListSharedItems<T>
Registered as Singleton holds the actual items list shared between the scoped instances of the TransactionalList<T>.
Inheritance
System.Object
TransactionalListSharedItems<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 System.Collections.Generic.List`1 containing the persisted items.
Declaration
public IList<TransactionalListItem<T>> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<TransactionalListItem<T>> |