Registers a component in the component catalog.
Declaring type: IComponentCatalogExtensions
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Overload List
  Name Description
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, Action<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, string) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, string, Action<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, ActivationType) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, ActivationType, Action<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, string, ActivationType) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, T) Registeres a component instance in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, T, Action<object>) Registeres a component instance in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I, T> (IComponentCatalog, string, T) Registeres a component instance in the component catalog.