Class MultiTenancyGovernanceEngineBuilderExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Registration
Assembly: Cephalon.MultiTenancy.Governance.dll
Registers the Cephalon tenant-governance companion pack with an
public static class MultiTenancyGovernanceEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← MultiTenancyGovernanceEngineBuilderExtensions
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”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)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
configure Action<MultiTenancyGovernanceOptions>?
An optional callback that configures membership governance options.
Returns
Section titled “Returns”The same engine builder for fluent composition.