Class DataEngineBuilderExtensions
Namespace: Cephalon.Data.Registration
Assembly: Cephalon.Data.dll
Registers the runtime-neutral data pack with an
public static class DataEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← DataEngineBuilderExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”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)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
configure Action<DataRuntimeOptions>?
An optional callback that configures the host-owned data runtime options.
Returns
Section titled “Returns”The same engine builder for fluent composition.