PartMatcher Class

Definition

Namespace: PCBI_PartMatcher.Public
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PartMatcher
Inheritance
Object    PartMatcher

Constructors

PartMatcherInitializes a new instance of the PartMatcher class

Methods

AddToIntermediate Add a new intermediate part library entry
CopyPartInformationToComponents Copy part information to a set of components
SearchMpnsInLibrary(IPluginPartLibrary, ListPartIdentifier) Search MPNs in selected library. MPN is the primary key. If there are multiple parts with the same MPN in the library, the results are filtered by the specified manufacturer. If no matches are obtained, all results with the searched MPN are returned.
SearchMpnsInLibrary(IPluginPartLibrary, ListPartIdentifier, ActionInt32, NullableCancellationToken) Search MPNs in selected library. MPN is the primary key. If there are multiple parts with the same MPN in the library, the results are filtered by the specified manufacturer. If no matches are obtained, all results with the searched MPN are returned.
Start Execute part matcher and copy found part properties to components

See Also