Search Results for

    Show / Hide Table of Contents

    Interface IReferencePointer<T>

    Holds a reference to an instance of the given type.

    Namespace: LemonEdge.API.Core.Context
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IReferencePointer<T> : IReferencePointerReadOnly<T> where T : class
    Type Parameters
    Name Description
    T

    The reference type.

    Properties

    Instance

    Gets or sets the reference instance.

    Declaration
    T Instance { get; set; }
    Property Value
    Type Description
    T

    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.