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