Show / Hide Table of Contents

    Class TransactionalListItem<T>

    Wraps an item stored in the TransactionalList<T>.

    Inheritance
    object
    TransactionalListItem<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Util
    Assembly: Silverback.Integration.dll
    Syntax
    public class TransactionalListItem<T>
    Type Parameters
    Name Description
    T

    The type of the wrapped item.

    Constructors

    | Improve this doc View source

    TransactionalListItem(T)

    Initializes a new instance of the TransactionalListItem<T> class.

    Declaration
    public TransactionalListItem(T item)
    Parameters
    Type Name Description
    T item

    The actual item to be wrapped.

    Properties

    | Improve this doc View source

    InsertDate

    Gets the datetime when the item was added to the list.

    Declaration
    public DateTime InsertDate { get; }
    Property Value
    Type Description
    DateTime
    | Improve this doc View source

    Item

    Gets the actual item.

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