Interface ICompositionRegistrationContext
Contract interface for composition container builder contexts.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Composition.Hosting
Assembly: Kephas.Core.dll
Syntax
public interface ICompositionRegistrationContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceAppServiceInfoProviders
Gets or sets the application service information providers.
Declaration
IEnumerable<IAppServiceInfoProvider> AppServiceInfoProviders { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IAppServiceInfoProvider> | The application service information providers. |
Parts
Gets or sets the parts.
Declaration
IEnumerable<Type> Parts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Type> | The parts. |
Registrars
Gets or sets the registrars.
Declaration
IEnumerable<IConventionsRegistrar> Registrars { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IConventionsRegistrar> | The registrars. |