Search Results for

    Show / Hide Table of Contents

    Interface IServiceContext

    Contains a selection of common services demanded from the IServiceProvider.

    Inherited Members
    ICoreContext.EntityDescriptorFactory
    ICoreContext.ReflectionHelper
    ICoreContext.Serializer
    Namespace: LemonEdge.API.Core.Tasks
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IServiceContext : ICoreContext

    Properties

    FactoryInjector

    Returns the session IFactoryInjector. See description - but this should only be used to create objects unknown (or with unknown/unlimited) constructor parameters.

    Declaration
    IFactoryInjector FactoryInjector { get; }
    Property Value
    Type Description
    IFactoryInjector

    FormulaFunctionsFactory

    IFormulaFunctionsFactory

    Declaration
    IFormulaFunctionsFactory FormulaFunctionsFactory { get; }
    Property Value
    Type Description
    IFormulaFunctionsFactory

    NotificationTypeFactory

    INotificationTypeFactory

    Declaration
    INotificationTypeFactory NotificationTypeFactory { get; }
    Property Value
    Type Description
    INotificationTypeFactory

    ServerTaskFactory

    IServerTaskFactory

    Declaration
    IServerTaskFactory ServerTaskFactory { get; }
    Property Value
    Type Description
    IServerTaskFactory

    ValidationContextFactory

    IValidationContextFactory

    Declaration
    IValidationContextFactory ValidationContextFactory { get; }
    Property Value
    Type Description
    IValidationContextFactory

    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.