Interface IBackendForFrontendClientBindingContributor
Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll
Allows a module to contribute backend-for-frontend client bindings into the active runtime.
public interface IBackendForFrontendClientBindingContributorMethods
Section titled “Methods”RegisterClientBindings(IBackendForFrontendClientBindingRegistry)
Section titled “ RegisterClientBindings(IBackendForFrontendClientBindingRegistry)”Registers one or more backend-for-frontend client bindings with the supplied registry.
void RegisterClientBindings(IBackendForFrontendClientBindingRegistry bindings)Parameters
Section titled “Parameters”bindings IBackendForFrontendClientBindingRegistry
The registry that collects contributed client-binding descriptors.