|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| int | GetState_RecordCount () |
| int | GetState_SearchResultCount () |
| std::wstring | SupplierName () |
| void | AddCategory (ISupplierCategory *Category) |
| int | CategoryCount () |
| ISupplierCategory * | GetState_Category (int I) |
| ISupplierCategory * | GetState_CategoryByName (std::wstring CategoryName) |
| int | GetState_ElapsedTime () |
| void | SetState_ElapsedTime (int Value) |
| void | SetState_RecordCount (int Value) |
| void | SetState_SearchResultCount (int Value) |
| void SCH::ISupplierSearchStatistics::AddCategory | ( | ISupplierCategory * | Category | ) |
| int SCH::ISupplierSearchStatistics::CategoryCount | ( | ) |
| ISupplierCategory * SCH::ISupplierSearchStatistics::GetState_Category | ( | int | I | ) |
| ISupplierCategory * SCH::ISupplierSearchStatistics::GetState_CategoryByName | ( | std::wstring | CategoryName | ) |
| int SCH::ISupplierSearchStatistics::GetState_ElapsedTime | ( | ) |
| int SCH::ISupplierSearchStatistics::GetState_RecordCount | ( | ) |
| int SCH::ISupplierSearchStatistics::GetState_SearchResultCount | ( | ) |
| void SCH::ISupplierSearchStatistics::SetState_ElapsedTime | ( | int | Value | ) |
| void SCH::ISupplierSearchStatistics::SetState_RecordCount | ( | int | Value | ) |
| void SCH::ISupplierSearchStatistics::SetState_SearchResultCount | ( | int | Value | ) |
| std::wstring SCH::ISupplierSearchStatistics::SupplierName | ( | ) |