Skip to main content

Struct ExportableDescriptorComponent

Assembly: WaaS.Core.dll
Declaration
public readonly struct ExportableDescriptorComponent : IExportableDescriptor<IComponent>

Implements:
WaaS.ComponentModel.Models.IExportableDescriptor<T>

Properties

Type

View Source
Declaration
public IUnresolved<IType> Type { get; }

Methods

ValidateArgument(IInstantiationContext, ISortedExportable?)

View Source
Declaration
public bool ValidateArgument(IInstantiationContext context, ISortedExportable? argument)
Returns

System.Boolean

Parameters
TypeName
WaaS.ComponentModel.Runtime.IInstantiationContextcontext
WaaS.ComponentModel.Runtime.ISortedExportableargument

Implements