Skip to content

Class DataEngineBuilderExtensions

Namespace: Cephalon.Data.Registration
Assembly: Cephalon.Data.dll

Registers the runtime-neutral data pack with an .

public static class DataEngineBuilderExtensions

objectDataEngineBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddData(EngineBuilder, Action<DataRuntimeOptions>?)

Section titled “ AddData(EngineBuilder, Action<DataRuntimeOptions>?)”

Adds the data runtime pack to the engine.

public static EngineBuilder AddData(this EngineBuilder builder, Action<DataRuntimeOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<DataRuntimeOptions>?

An optional callback that configures the host-owned data runtime options.

EngineBuilder

The same engine builder for fluent composition.