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> (IComponentCatalog, Func<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I> (IComponentCatalog, Func<object>, Action<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I> (IComponentCatalog, string, Func<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I> (IComponentCatalog, string, Func<object>, Action<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I> (IComponentCatalog, Func<object>, ActivationType) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I> (IComponentCatalog, Func<object>, ActivationType, Action<object>) Registers a component in the component catalog.
Public Method Static IComponentCatalogExtensions.RegisterComponent<I> (IComponentCatalog, string, Func<object>, ActivationType) Registers a component in the component catalog.