Skip to content

Class MultiTenancyGovernanceEngineBuilderExtensions

Namespace: Cephalon.MultiTenancy.Governance.Registration
Assembly: Cephalon.MultiTenancy.Governance.dll

Registers the Cephalon tenant-governance companion pack with an .

public static class MultiTenancyGovernanceEngineBuilderExtensions

objectMultiTenancyGovernanceEngineBuilderExtensions

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

AddMultiTenancyGovernance(EngineBuilder, Action<MultiTenancyGovernanceOptions>?)

Section titled “ AddMultiTenancyGovernance(EngineBuilder, Action<MultiTenancyGovernanceOptions>?)”

Adds the tenant-governance companion pack to the engine.

public static EngineBuilder AddMultiTenancyGovernance(this EngineBuilder builder, Action<MultiTenancyGovernanceOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<MultiTenancyGovernanceOptions>?

An optional callback that configures membership governance options.

EngineBuilder

The same engine builder for fluent composition.