|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetItemRevisionSeparator (std::wstring const AValue) |
| std::wstring | GetItemRevisionSeparator () |
| int | GetLevelCount () |
| IULB_RevisionNameLevel * | GetLevel (int AIndex) |
| void | SetLevel (int AIndex, IULB_RevisionNameLevel *ARecord) |
| void | DeleteLevel (int AIndex) |
| void | AddLevel (IULB_RevisionNameLevel *ARecord) |
| void | ClearLevels () |
| int | GetContentTypeLinkCount () |
| IULB_ContentTypeLink * | GetContentTypeLink (int AIndex) |
| void | SetContentTypeLink (int AIndex, IULB_ContentTypeLink *ARecord) |
| void | DeleteContentTypeLink (int AIndex) |
| void | AddContentTypeLink (IULB_ContentTypeLink *ARecord) |
| void | ClearContentTypeLinks () |
| void | SetControlPerContentType (bool const AValue) |
| bool | GetControlPerContentType () |
| IULB_ContentTypeLink * | FindContentTypeLink (std::wstring const AContentTypeGUID) |
| Public Member Functions inherited from DXP::IEDM_ShareableRecord | |
| bool | GetCanRead () |
| bool | GetCanUpdate () |
| bool | GetCanCreate () |
| bool | GetCanDelete () |
| void | SetCanRead (bool const AValue) |
| void | SetCanUpdate (bool const AValue) |
| void | SetCanCreate (bool const AValue) |
| void | SetCanDelete (bool const AValue) |
| 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_RevisionNamingScheme::AddContentTypeLink | ( | IULB_ContentTypeLink * | ARecord | ) |
| void DXP::IULB_RevisionNamingScheme::AddLevel | ( | IULB_RevisionNameLevel * | ARecord | ) |
| void DXP::IULB_RevisionNamingScheme::ClearContentTypeLinks | ( | ) |
| void DXP::IULB_RevisionNamingScheme::ClearLevels | ( | ) |
| void DXP::IULB_RevisionNamingScheme::DeleteContentTypeLink | ( | int | AIndex | ) |
| void DXP::IULB_RevisionNamingScheme::DeleteLevel | ( | int | AIndex | ) |
| IULB_ContentTypeLink * DXP::IULB_RevisionNamingScheme::FindContentTypeLink | ( | std::wstring const | AContentTypeGUID | ) |
| IULB_ContentTypeLink * DXP::IULB_RevisionNamingScheme::GetContentTypeLink | ( | int | AIndex | ) |
| int DXP::IULB_RevisionNamingScheme::GetContentTypeLinkCount | ( | ) |
| bool DXP::IULB_RevisionNamingScheme::GetControlPerContentType | ( | ) |
| std::wstring DXP::IULB_RevisionNamingScheme::GetItemRevisionSeparator | ( | ) |
| IULB_RevisionNameLevel * DXP::IULB_RevisionNamingScheme::GetLevel | ( | int | AIndex | ) |
| int DXP::IULB_RevisionNamingScheme::GetLevelCount | ( | ) |
| void DXP::IULB_RevisionNamingScheme::SetContentTypeLink | ( | int | AIndex, |
| IULB_ContentTypeLink * | ARecord ) |
| void DXP::IULB_RevisionNamingScheme::SetControlPerContentType | ( | bool const | AValue | ) |
| void DXP::IULB_RevisionNamingScheme::SetItemRevisionSeparator | ( | std::wstring const | AValue | ) |
| void DXP::IULB_RevisionNamingScheme::SetLevel | ( | int | AIndex, |
| IULB_RevisionNameLevel * | ARecord ) |