PartMatcherSetting Class

Definition

Namespace: PCBI_PartMatcher.Settings
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
[SerializableAttribute]
public class PartMatcherSetting
Inheritance
Object    PartMatcherSetting

Constructors

PartMatcherSettingInitializes a new instance of the PartMatcherSetting class

Methods

Fields

AutoCopyIntermediate Copy all not found parts to intermediate library automatically
AutoCopyProperties Copy all found properties for matching components if ShowResultDlg is false
CopyAllAttributes Indicates if all component attributes should be copied to intermediate library (ignores CopySpecialAttributes and CopyAttributes)
CopyAttributes Component attribute keys to copy to intermediate database (only if CopyAllAttributes is 'false')
CopyPropertiesMode Copy found properties to all components ("Complete") or only where newer data are available ("Update")
CopySpecialAttributes Copy Sizes, Pin Count or Package String to intermediate database (only if CopyAllAttributes is 'false')
DescriptionProperty Key of the related Description attribute of the components
IgnoreOverwriteAttributes Prevent copying of specific library properties to selected components
IntermediateLibrary Name of the selected intermediate libarary to copy not found parts
ManufacturerProperty Key of the related Manufacturer attribute of the components
MatchLibrary Selected library to search for components
MpnProperty Key of the related MPN attribute of the components
PreferredListPath LiteDB path to highlight preferred parts in manual part search
ShowResultDlg Indicates if result dialog shoud be displayed or not

See Also