Show / Hide Table of Contents

    Class TransactionalListSharedItems<T>

    Registered as Singleton holds the actual items list shared between the scoped instances of the TransactionalList<T>.

    Inheritance
    object
    TransactionalListSharedItems<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    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 source

    Items

    Gets the underlying List<T> containing the persisted items.

    Declaration
    public IList<TransactionalListItem<T>> Items { get; }
    Property Value
    Type Description
    IList<TransactionalListItem<T>>
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini