Search Results for

    Show / Hide Table of Contents

    Delegate HasChildrenExtensions.CreateCopiedNode<T>

    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public delegate Task<T> HasChildrenExtensions.CreateCopiedNode<T>(T original, T copiedParent)
    Parameters
    Type Name Description
    T original
    T copiedParent
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T

    Constructors

    CreateCopiedNode(object, IntPtr)

    Declaration
    public CreateCopiedNode(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(T, T, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(T original, T copiedParent, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    T original
    T copiedParent
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Task<T> EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    Task<T>

    Invoke(T, T)

    Declaration
    public virtual Task<T> Invoke(T original, T copiedParent)
    Parameters
    Type Name Description
    T original
    T copiedParent
    Returns
    Type Description
    Task<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.