Table of Contents

Interface IGlowApplicationBuilderBase

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public interface IGlowApplicationBuilderBase

Properties

ApplicationServices

Application Services

IServiceProvider ApplicationServices { get; }

Property Value

IServiceProvider

Features

Application features

IFeatureCollection Features { get; }

Property Value

IFeatureCollection

Properties

Application properties

IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>

Events

OnBuild

event IGlowApplicationBuilderBase.OnBuildDelegate OnBuild

Event Type

IGlowApplicationBuilderBase.OnBuildDelegate