Interface ITechnologyContributor
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Contributes technology descriptors to the runtime catalog.
public interface ITechnologyContributorMethods
Section titled “Methods”RegisterTechnologies(ITechnologyRegistry)
Section titled “ RegisterTechnologies(ITechnologyRegistry)”Registers one or more technology descriptors.
void RegisterTechnologies(ITechnologyRegistry technologies)Parameters
Section titled “Parameters”technologies ITechnologyRegistry
The technology registry receiving contributed technologies.