Class ComponentType
Assembly: WaaS.Core.dll
View Source
Declaration
public class ComponentType : ITypeDefinition, IUnresolved<IType>
Implements:
WaaS.ComponentModel.Models.ITypeDefinition, WaaS.ComponentModel.Models.IUnresolved<T>
Properties
Imports
View Source
Declaration
public IReadOnlyDictionary<string, IExportableDescriptor<ISortedExportable>> Imports { get; }
Exports
View Source
Declaration
public IReadOnlyDictionary<string, IExportableDescriptor<ISortedExportable>> Exports { get; }
Methods
ResolveFirstTime(IInstantiationContext)
View Source
Declaration
public IType ResolveFirstTime(IInstantiationContext context)