Interface IExtensibleControl
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
A domain control that can host plugin-owned server extensions.
public interface IExtensibleControlProperties
Section titled “Properties”ServerExtensions
Section titled “ ServerExtensions”IServerExtensionClientRegistry ServerExtensions { get; }Property Value
Section titled “Property Value”IServerExtensionClientRegistry
Methods
Section titled “Methods”ControlPlaneOnly()
Section titled “ ControlPlaneOnly()”protected static NotSupportedException ControlPlaneOnly()Returns
Section titled “Returns”Extend<TService, TKernel>()
Section titled “ Extend<TService, TKernel>()”ValueTask<string> Extend<TService, TKernel>() where TService : class where TKernel : classReturns
Section titled “Returns”Type Parameters
Section titled “Type Parameters”TService
TKernel