|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| void SCH::ISupplier::BackgroundGetCategoryParameters | ( | ISupplierCategory * | Category, |
| long | Handle ) |
| void SCH::ISupplier::BackgroundSearchByKeyword | ( | std::wstring | Keywords, |
| int | RecordCount, | ||
| int | StartRecord, | ||
| TSupplierSearchFiltersSet | SearchFilters, | ||
| ISupplierCategory * | Category, | ||
| ISupplierParametricFilters * | ParametricFilters, | ||
| long | Handle ) |
| void SCH::ISupplier::BackgroundSearchByManufacturerPartNumber | ( | std::wstring | ManufacturerPartNumber, |
| long | Handle ) |
| void SCH::ISupplier::BackgroundSearchBySupplierPartNumber | ( | std::wstring | SupplierPartNumber, |
| TSkipOptionSet | SkipOptions, | ||
| long | Handle ) |
| ISupplierCart * SCH::ISupplier::CreateSupplierCart | ( | ) |
| ISupplierCategoryParameters * SCH::ISupplier::GetCategoryParameters | ( | ISupplierCategory * | Category | ) |
| DXP::IOptionsPage * SCH::ISupplier::GetOptionsPage | ( | ) |
| std::wstring SCH::ISupplier::GetSearchUrl | ( | std::wstring const | APartNumber | ) |
| bool SCH::ISupplier::GetState_Enabled | ( | ) |
| bool SCH::ISupplier::GetState_IsReadOnly | ( | ) |
| std::wstring SCH::ISupplier::GetState_Options | ( | ) |
| int SCH::ISupplier::GetState_OrderPosition | ( | ) |
| ISupplierSearchResults * SCH::ISupplier::SearchByKeyword | ( | std::wstring | Keywords, |
| int | RecordCount, | ||
| int | StartRecord, | ||
| TSupplierSearchFiltersSet | SearchFilters, | ||
| ISupplierCategory * | Category, | ||
| ISupplierParametricFilters * | ParametricFilters ) |
| ISupplierSearchResults * SCH::ISupplier::SearchByManufacturerPartNumber | ( | std::wstring | ManufacturerPartNumber | ) |
| ISupplierSourceRelationship * SCH::ISupplier::SearchBySupplierPartNumber | ( | std::wstring | SupplierPartNumber, |
| TSkipOptionSet | SkipOptions ) |
| void SCH::ISupplier::SetState_Enabled | ( | bool | Value | ) |
| void SCH::ISupplier::SetState_IsReadOnly | ( | bool | Value | ) |
| void SCH::ISupplier::SetState_Options | ( | std::wstring | Value | ) |
| void SCH::ISupplier::SetState_OrderPosition | ( | int | Value | ) |
| std::wstring SCH::ISupplier::SourceName | ( | ) |
| TSupplierSearchFiltersSet SCH::ISupplier::SupportedSearchFilters | ( | ) |