|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| bool | CreateItem (std::wstring const RevisionId, IEDMS_LibraryItem **Item, std::wstring *AErrorMsg) |
| bool | RemoveItem (std::wstring const RevisionId, std::wstring *AErrorMsg) |
| bool | AddToMyLibrary (std::wstring const LibraryItemID, std::wstring *AErrorMsg) |
| bool | RemoveFromMyLibrary (std::wstring const LibraryItemID, std::wstring *AErrorMsg) |
| bool | GetItems (IEDMS_LibraryItems **Items, std::wstring *AErrorMsg) |
| bool | AddOrUpdateTag (IEDMS_Tag *const ATag, IEDMS_Tag **AResultTag, std::wstring *AErrorMsg) |
| bool | GetTags (IEDMS_Tags **ATags, std::wstring *AErrorMsg) |
| bool | RemoveTags (IEDMS_Tags *const ATags, std::wstring *AErrorMsg) |
| bool | UpdateItemTags (std::wstring const ALibraryItemID, IEDMS_Tags *const ATags, std::wstring *AErrorMsg) |
| bool | GetTagsByRevisionId (std::wstring const ARevisionID, IEDMS_Tags **ATags, std::wstring *AErrorMsg) |
| IEDMS_Tag * | CreateTag () |
| IEDMS_Tags * | CreateTags () |
| bool | ExecuteJsonRequestToCiiva (std::wstring const AEndPointName, std::wstring const ARequest, std::wstring *AResponse, std::wstring *AErrorMsg) |
| IEDMS_SimpleParameter * | CreateSimpleParameter () |
| IEDMS_SimpleParameters * | CreateSimpleParameters () |
| bool | ExecuteJsonRequestToOctopart (std::wstring const AEndPointName, IEDMS_SimpleParameters *const AParamList, std::wstring *AResponse, std::wstring *AErrorMsg) |
| bool DXP::IEDMS_LibraryService::AddOrUpdateTag | ( | IEDMS_Tag *const | ATag, |
| IEDMS_Tag ** | AResultTag, | ||
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::AddToMyLibrary | ( | std::wstring const | LibraryItemID, |
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::CreateItem | ( | std::wstring const | RevisionId, |
| IEDMS_LibraryItem ** | Item, | ||
| std::wstring * | AErrorMsg ) |
| IEDMS_SimpleParameter * DXP::IEDMS_LibraryService::CreateSimpleParameter | ( | ) |
| IEDMS_SimpleParameters * DXP::IEDMS_LibraryService::CreateSimpleParameters | ( | ) |
| IEDMS_Tag * DXP::IEDMS_LibraryService::CreateTag | ( | ) |
| IEDMS_Tags * DXP::IEDMS_LibraryService::CreateTags | ( | ) |
| bool DXP::IEDMS_LibraryService::ExecuteJsonRequestToCiiva | ( | std::wstring const | AEndPointName, |
| std::wstring const | ARequest, | ||
| std::wstring * | AResponse, | ||
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::ExecuteJsonRequestToOctopart | ( | std::wstring const | AEndPointName, |
| IEDMS_SimpleParameters *const | AParamList, | ||
| std::wstring * | AResponse, | ||
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::GetItems | ( | IEDMS_LibraryItems ** | Items, |
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::GetTags | ( | IEDMS_Tags ** | ATags, |
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::GetTagsByRevisionId | ( | std::wstring const | ARevisionID, |
| IEDMS_Tags ** | ATags, | ||
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::RemoveFromMyLibrary | ( | std::wstring const | LibraryItemID, |
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::RemoveItem | ( | std::wstring const | RevisionId, |
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::RemoveTags | ( | IEDMS_Tags *const | ATags, |
| std::wstring * | AErrorMsg ) |
| bool DXP::IEDMS_LibraryService::UpdateItemTags | ( | std::wstring const | ALibraryItemID, |
| IEDMS_Tags *const | ATags, | ||
| std::wstring * | AErrorMsg ) |