|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| 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::IEDM_Record::GetCreatedByGUID | ( | ) |
| std::wstring DXP::IEDM_Record::GetCreatedByName | ( | ) |
| double DXP::IEDM_Record::GetCreatedDate | ( | ) |
| std::wstring DXP::IEDM_Record::GetGUID | ( | ) |
| std::wstring DXP::IEDM_Record::GetHRID | ( | ) |
| std::wstring DXP::IEDM_Record::GetLastModifiedByGUID | ( | ) |
| std::wstring DXP::IEDM_Record::GetLastModifiedByName | ( | ) |
| double DXP::IEDM_Record::GetLastModifiedDate | ( | ) |
| void DXP::IEDM_Record::SetCreatedByGUID | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Record::SetCreatedByName | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Record::SetCreatedDate | ( | double const | AValue | ) |
| void DXP::IEDM_Record::SetGUID | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Record::SetHRID | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Record::SetLastModifiedByGUID | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Record::SetLastModifiedByName | ( | std::wstring const | AValue | ) |
| void DXP::IEDM_Record::SetLastModifiedDate | ( | double const | AValue | ) |