Table of Contents

Class RuntimeBuilder

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
public class RuntimeBuilder : IRuntimeBuilder
Inheritance
RuntimeBuilder
Implements
Inherited Members
Extension Methods

Constructors

RuntimeBuilder()

public RuntimeBuilder()

RuntimeBuilder(IServiceCollection, ServiceLifetime)

public RuntimeBuilder(IServiceCollection services, ServiceLifetime lifetime = ServiceLifetime.Singleton)

Parameters

services IServiceCollection
lifetime ServiceLifetime

Properties

ConfigurationBuilder

public IConfigurationBuilder ConfigurationBuilder { get; }

Property Value

IConfigurationBuilder

Lifetime

public ServiceLifetime Lifetime { get; }

Property Value

ServiceLifetime

Services

public IServiceCollection Services { get; }

Property Value

IServiceCollection

Methods

BuildConfiguration()

public RuntimeConfiguration BuildConfiguration()

Returns

RuntimeConfiguration

Configure(Action<IConfigurationBuilder>)

public IRuntimeBuilder Configure(Action<IConfigurationBuilder> configure)

Parameters

configure Action<IConfigurationBuilder>

Returns

IRuntimeBuilder