CombinedPartLibraryGetPartsSimple Method

Definition

Namespace: PCBI_SymbolLibrary.CombinedLibraries.Classes
Assembly: PCBI_SymbolPart_Library (in PCBI_SymbolPart_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public Task<ReadOnlyCollection<SimplePartEntry>> GetPartsSimple(
	int? start,
	int? count,
	BooleanOperator boolean,
	List<FilterParameter> filters
)

Parameters

start  NullableInt32
 
count  NullableInt32
 
boolean  BooleanOperator
 
filters  ListFilterParameter
 

Return Value

TaskReadOnlyCollectionSimplePartEntry

Implements

IPluginPartLibraryGetPartsSimple(NullableInt32, NullableInt32, BooleanOperator, ListFilterParameter)

See Also