ApiCustomLibrary Class

Definition

Namespace: PCBI_PartExpert.ApiCustomLibraries
Assembly: PCBI_PartExpert (in PCBI_PartExpert.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class ApiCustomLibrary : IPluginPartLibrary
Inheritance
Object    ApiCustomLibrary
Implements
IPluginPartLibrary

Constructors

ApiCustomLibraryInitializes a new instance of the ApiCustomLibrary class

Properties

Methods

CreateNewPart(String, IPartLibraryEntry, String) 
CreateNewPart(String, ICMPObject, IPartLibraryEntry, String) 
DeleteParts 
GetAllDescriptions 
GetAllManufactures 
GetAllPackageNames 
GetAllParts 
GetLibraryName 
GetListControl 
GetPartCount API Library is a special case: For BooleanOperator only "Or" is accepted. For filter keys, only "Name" or "Description" is implemented. Other keys can be used, but the search may become inaccurate.
GetParts API Library is a special case: For BooleanOperator only "Or" is accepted. For filter keys, only "Name" or "Description" is implemented. Other keys can be used, but the search may become inaccurate.
GetPartsSimple 
SaveNewParts 
ToString
(Overrides ObjectToString)
UpdateParts 

See Also