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

Interface IBackendForFrontendClientBindingRegistry

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll

Collects backend-for-frontend client binding descriptors contributed to the active runtime.

public interface IBackendForFrontendClientBindingRegistry

Add(BackendForFrontendClientBindingDescriptor)

Section titled “ Add(BackendForFrontendClientBindingDescriptor)”

Adds a backend-for-frontend client binding descriptor to the current runtime composition.

void Add(BackendForFrontendClientBindingDescriptor binding)

binding BackendForFrontendClientBindingDescriptor

The client binding descriptor to register.