Search Results for

    Show / Hide Table of Contents

    Class DependencyLoopItem<T>

    A helper object for DependencyLoopChecker<T>. Wraps your object to work with the loop checker.

    Inheritance
    object
    DependencyLoopItem<T>
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public sealed class DependencyLoopItem<T>
    Type Parameters
    Name Description
    T

    Your object type.

    Constructors

    DependencyLoopItem()

    Declaration
    public DependencyLoopItem()

    Properties

    From

    From (one end of a relationship)

    Declaration
    public Guid From { get; init; }
    Property Value
    Type Description
    Guid

    Item

    The wrapped item

    Declaration
    public T? Item { get; init; }
    Property Value
    Type Description
    T

    To

    To (the other end of a relationship)

    Declaration
    public Guid To { get; init; }
    Property Value
    Type Description
    Guid

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.