|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetChildVaultGUID (std::wstring const AValue) |
| void | SetChildItemRevisionGUID (std::wstring const AValue) |
| void | SetParentVaultGUID (std::wstring const AValue) |
| void | SetParentItemRevisionGUID (std::wstring const AValue) |
| std::wstring | GetChildVaultGUID () |
| std::wstring | GetChildItemRevisionGUID () |
| std::wstring | GetParentVaultGUID () |
| std::wstring | GetParentItemRevisionGUID () |
| void | SetData (std::wstring const AValue) |
| std::wstring | GetData () |
| Public Member Functions inherited from DXP::IEDM_ParameterizedRecord | |
| void | SetParameter (std::wstring const AName, std::wstring const AValue) |
| void | SetParameterName (int AIndex, std::wstring const AName) |
| void | SetParameterValue (int AIndex, std::wstring const AValue) |
| void | AddParameter (IEDM_Parameter *AParameter) |
| void | DeleteParameter (int AIndex) |
| void | ClearParameters () |
| void | CopyParametersTo (IEDM_ParameterizedRecord *ARecord) |
| std::wstring | GetParameterByName (std::wstring const AName) |
| int | IndexOfParameter (std::wstring const AName) |
| IEDM_Parameter * | GetParameterByGUID (std::wstring const AGUID) |
| IEDM_Parameter * | GetParameter (int AIndex) |
| std::wstring | GetParameterName (int AIndex) |
| std::wstring | GetParameterValue (int AIndex) |
| int | GetParameterCount () |
| void | SetParameterRealValue (int AIndex, double const ARealValue) |
| double | GetParameterRealValue (int AIndex) |
| void | SetParameterWithRealValue (std::wstring const AName, std::wstring const AValue, std::wstring const AType, double const ARealValue) |
| double | GetParameterRealValueByName (std::wstring const AName) |
| Public Member Functions inherited from DXP::IEDM_Record | |
| void | SetLastModifiedDate (double const AValue) |
| void | SetLastModifiedByName (std::wstring const AValue) |
| void | SetLastModifiedByGUID (std::wstring const AValue) |
| void | SetCreatedDate (double const AValue) |
| void | SetCreatedByName (std::wstring const AValue) |
| void | SetCreatedByGUID (std::wstring const AValue) |
| void | SetGUID (std::wstring const AValue) |
| void | SetHRID (std::wstring const AValue) |
| double | GetLastModifiedDate () |
| std::wstring | GetLastModifiedByName () |
| std::wstring | GetLastModifiedByGUID () |
| double | GetCreatedDate () |
| std::wstring | GetCreatedByName () |
| std::wstring | GetCreatedByGUID () |
| std::wstring | GetGUID () |
| std::wstring | GetHRID () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| std::wstring DXP::IULB_ItemRevisionLink::GetChildItemRevisionGUID | ( | ) |
| std::wstring DXP::IULB_ItemRevisionLink::GetChildVaultGUID | ( | ) |
| std::wstring DXP::IULB_ItemRevisionLink::GetData | ( | ) |
| std::wstring DXP::IULB_ItemRevisionLink::GetParentItemRevisionGUID | ( | ) |
| std::wstring DXP::IULB_ItemRevisionLink::GetParentVaultGUID | ( | ) |
| void DXP::IULB_ItemRevisionLink::SetChildItemRevisionGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevisionLink::SetChildVaultGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevisionLink::SetData | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevisionLink::SetParentItemRevisionGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevisionLink::SetParentVaultGUID | ( | std::wstring const | AValue | ) |