Creates a new instance of the ComponentRegistration class.
Declaring type: ComponentRegistration
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Overload List
  Name Description
Public Method ComponentRegistration () Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, ActivationType) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, ActivationType, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, ActivationType) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, ActivationType, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, object) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, object, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, string) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, string, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, string, ActivationType) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Type, string, ActivationType, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, string) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, string, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, string, ActivationType) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, Func<object>, string, ActivationType, Action<object>) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, object, string) Creates a new instance of the ComponentRegistration class.
Public Method ComponentRegistration (Type, object, string, Action<object>) Creates a new instance of the ComponentRegistration class.