Search Results for

    Show / Hide Table of Contents

    Interface ISetCopierCustomChildren

    Namespace: LemonEdge.API.Core.DataIntegration
    Assembly: LemonEdge.API.dll
    Syntax
    public interface ISetCopierCustomChildren

    Methods

    GetCustomChildItem(IEntityRetriever, string)

    Declaration
    Task<IBaseEntity> GetCustomChildItem(IEntityRetriever context, string propertyName)
    Parameters
    Type Name Description
    IEntityRetriever context
    string propertyName
    Returns
    Type Description
    Task<IBaseEntity>

    GetCustomChildPropertyNames()

    Declaration
    IEnumerable<string> GetCustomChildPropertyNames()
    Returns
    Type Description
    IEnumerable<string>

    HasCustomChild(string)

    Declaration
    bool HasCustomChild(string propertyName)
    Parameters
    Type Name Description
    string propertyName
    Returns
    Type Description
    bool

    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.