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