|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetRevisionId (std::wstring const AValue) |
| void | SetFolderGUID (std::wstring const AValue) |
| void | SetAncestorRevisionGUID (std::wstring const AValue) |
| void | SetDescription (std::wstring const AValue) |
| void | SetComment (std::wstring const AValue) |
| void | SetLifeCycleStateGUID (std::wstring const AValue) |
| void | SetItemGUID (std::wstring const AValue) |
| void | SetItemHRID (std::wstring const AValue) |
| void | SetItemDescription (std::wstring const AValue) |
| void | SetReleaseDate (double const AValue) |
| void | SetContentTypeGUID (std::wstring const AValue) |
| void | SetSharingControl (int const AValue) |
| void | SetCanRead (bool const AValue) |
| void | SetCanUpdate (bool const AValue) |
| void | SetCanCreate (bool const AValue) |
| void | SetCanDelete (bool const AValue) |
| std::wstring | GetRevisionId () |
| std::wstring | GetFolderGUID () |
| std::wstring | GetAncestorRevisionGUID () |
| std::wstring | GetDescription () |
| std::wstring | GetComment () |
| std::wstring | GetLifeCycleStateGUID () |
| std::wstring | GetItemGUID () |
| std::wstring | GetItemHRID () |
| std::wstring | GetItemDescription () |
| double | GetReleaseDate () |
| std::wstring | GetContentTypeGUID () |
| int | GetSharingControl () |
| void | AddRevisionIdLevel (std::wstring const AValue) |
| void | InsertRevisionIdLevel (int const AIndex, std::wstring const AValue) |
| void | ClearRevisionIdLevels () |
| void | AddRevisionIdSeparator (std::wstring const AValue) |
| void | InsertRevisionIdSeparator (int const AIndex, std::wstring const AValue) |
| void | ClearRevisionIdSeparators () |
| int | GetRevisionIdLevelCount () |
| int | GetRevisionIdSeparatorCount () |
| std::wstring | GetRevisionIdLevel (int const AIndex) |
| std::wstring | GetRevisionIdSeparator (int const AIndex) |
| bool | GetCanRead () |
| bool | GetCanUpdate () |
| bool | GetCanCreate () |
| bool | GetCanDelete () |
| INT64 | GetDataSize () |
| void | SetDataSize (INT64 AValue) |
| void | SetSourceVaultGUID (std::wstring const AValue) |
| void | SetSourceGUID (std::wstring const AValue) |
| std::wstring | GetSourceVaultGUID () |
| std::wstring | GetSourceGUID () |
| bool | GetIsPayloadShared () |
| void | SetIsPayloadShared (bool Value) |
| void | SetIsVisible (bool Value) |
| void | SetIsApplicable (bool Value) |
| bool | GetIsVisible () |
| bool | GetIsApplicable () |
| 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) |
| void DXP::IULB_ItemRevision::AddRevisionIdLevel | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::AddRevisionIdSeparator | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::ClearRevisionIdLevels | ( | ) |
| void DXP::IULB_ItemRevision::ClearRevisionIdSeparators | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetAncestorRevisionGUID | ( | ) |
| bool DXP::IULB_ItemRevision::GetCanCreate | ( | ) |
| bool DXP::IULB_ItemRevision::GetCanDelete | ( | ) |
| bool DXP::IULB_ItemRevision::GetCanRead | ( | ) |
| bool DXP::IULB_ItemRevision::GetCanUpdate | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetComment | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetContentTypeGUID | ( | ) |
| INT64 DXP::IULB_ItemRevision::GetDataSize | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetDescription | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetFolderGUID | ( | ) |
| bool DXP::IULB_ItemRevision::GetIsApplicable | ( | ) |
| bool DXP::IULB_ItemRevision::GetIsPayloadShared | ( | ) |
| bool DXP::IULB_ItemRevision::GetIsVisible | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetItemDescription | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetItemGUID | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetItemHRID | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetLifeCycleStateGUID | ( | ) |
| double DXP::IULB_ItemRevision::GetReleaseDate | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetRevisionId | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetRevisionIdLevel | ( | int const | AIndex | ) |
| int DXP::IULB_ItemRevision::GetRevisionIdLevelCount | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetRevisionIdSeparator | ( | int const | AIndex | ) |
| int DXP::IULB_ItemRevision::GetRevisionIdSeparatorCount | ( | ) |
| int DXP::IULB_ItemRevision::GetSharingControl | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetSourceGUID | ( | ) |
| std::wstring DXP::IULB_ItemRevision::GetSourceVaultGUID | ( | ) |
| void DXP::IULB_ItemRevision::InsertRevisionIdLevel | ( | int const | AIndex, |
| std::wstring const | AValue ) |
| void DXP::IULB_ItemRevision::InsertRevisionIdSeparator | ( | int const | AIndex, |
| std::wstring const | AValue ) |
| void DXP::IULB_ItemRevision::SetAncestorRevisionGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetCanCreate | ( | bool const | AValue | ) |
| void DXP::IULB_ItemRevision::SetCanDelete | ( | bool const | AValue | ) |
| void DXP::IULB_ItemRevision::SetCanRead | ( | bool const | AValue | ) |
| void DXP::IULB_ItemRevision::SetCanUpdate | ( | bool const | AValue | ) |
| void DXP::IULB_ItemRevision::SetComment | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetContentTypeGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetDataSize | ( | INT64 | AValue | ) |
| void DXP::IULB_ItemRevision::SetDescription | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetFolderGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetIsApplicable | ( | bool | Value | ) |
| void DXP::IULB_ItemRevision::SetIsPayloadShared | ( | bool | Value | ) |
| void DXP::IULB_ItemRevision::SetIsVisible | ( | bool | Value | ) |
| void DXP::IULB_ItemRevision::SetItemDescription | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetItemGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetItemHRID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetLifeCycleStateGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetReleaseDate | ( | double const | AValue | ) |
| void DXP::IULB_ItemRevision::SetRevisionId | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetSharingControl | ( | int const | AValue | ) |
| void DXP::IULB_ItemRevision::SetSourceGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevision::SetSourceVaultGUID | ( | std::wstring const | AValue | ) |