ข้ามไปยังเนื้อหา

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 IBackendForFrontendClientBindingContributor

RegisterClientBindings(IBackendForFrontendClientBindingRegistry)

Section titled “ RegisterClientBindings(IBackendForFrontendClientBindingRegistry)”

Registers one or more backend-for-frontend client bindings with the supplied registry.

void RegisterClientBindings(IBackendForFrontendClientBindingRegistry bindings)

bindings IBackendForFrontendClientBindingRegistry

The registry that collects contributed client-binding descriptors.