Skip to content

Class SfidEngineBuilderExtensions

Namespace: Cephalon.Ids.Sfid.Registration
Assembly: Cephalon.Ids.Sfid.dll

Registers the official Sfid.Net-backed identifier strategy pack with an .

public static class SfidEngineBuilderExtensions

objectSfidEngineBuilderExtensions

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

AddSfidIds(EngineBuilder, Action<SfidIdOptions>?)

Section titled “ AddSfidIds(EngineBuilder, Action<SfidIdOptions>?)”

Adds the Sfid id-strategy pack to the engine.

public static EngineBuilder AddSfidIds(this EngineBuilder builder, Action<SfidIdOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<SfidIdOptions>?

An optional callback that configures the host-owned Sfid generator options.

EngineBuilder

The same engine builder for fluent composition.